public class AgenciesStep extends Object
Constructor and Description |
---|
AgenciesStep(World world) |
Modifier and Type | Method and Description |
---|---|
void |
a_sip_named(String fileName)
define a sip
|
void |
contract_found_are() |
com.fasterxml.jackson.databind.JsonNode |
getModel() |
void |
metadata_are(cucumber.api.DataTable dataTable) |
void |
search_contracts(String name) |
void |
setModel(com.fasterxml.jackson.databind.JsonNode model) |
void |
upload_agency(String type)
Upload a agency that will lead to an error
|
public AgenciesStep(World world)
public com.fasterxml.jackson.databind.JsonNode getModel()
public void setModel(com.fasterxml.jackson.databind.JsonNode model)
@Given(value="^un fichier de service producteur nomm\u00e9 (.*)$") public void a_sip_named(String fileName)
fileName
- name of a sip@Then(value="^j\'importe les service producteurs(.*)") public void upload_agency(String type)
type
- the type of contractIOException
IngestExternalException
@When(value="^je cherche un service producteur nomm\u00e9 (.*)") public void search_contracts(String name) throws AccessExternalClientException, InvalidParseOperationException, InvalidCreateOperationException, VitamClientException
@Then(value="^le service producteur exite$") public void contract_found_are()
Copyright © 2018 Vitam. All rights reserved.