Class AgenciesStep
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.AgenciesStep
-
Nested Class Summary
Nested classes/interfaces inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
CommonStep.MyRunnable
-
Field Summary
Fields inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
a_sip_named
(String fileName) define a sipvoid
void
com.fasterxml.jackson.databind.JsonNode
getModel()
void
metadata_are
(io.cucumber.datatable.DataTable dataTable) void
search_contracts
(String name) void
setModel
(com.fasterxml.jackson.databind.JsonNode model) void
void
void
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
Constructor Details
-
AgenciesStep
-
-
Method Details
-
getModel
public com.fasterxml.jackson.databind.JsonNode getModel()- Returns:
- generic Model
-
setModel
public void setModel(com.fasterxml.jackson.databind.JsonNode model) -
a_sip_named
@Given("^un fichier de service producteur nomm\u00e9 (.*)$") public void a_sip_named(String fileName) define a sip- Parameters:
fileName
- name of a sip
-
uploadAgency
@Then("^j\'importe les services producteurs$") public void uploadAgency() -
uploadAgency_without_failure
@Then("^j\'importe les services producteurs sans \u00e9chec$") public void uploadAgency_without_failure() -
uploadAgency_with_failure
@Then("^j\'importe les services producteurs incorrects") public void uploadAgency_with_failure() -
search_contracts
@When("^je cherche un service producteur nomm\u00e9 (.*)") public void search_contracts(String name) throws AccessExternalClientException, InvalidParseOperationException, InvalidCreateOperationException, VitamClientException -
agencies_found
@Then("^le service producteur existe$") public void agencies_found() -
agencies_not_found
@Then("^le service producteur n\'existe pas$") public void agencies_not_found() -
metadata_are
@Then("^les m\u00e9tadonn\u00e9es du service sont$") public void metadata_are(io.cucumber.datatable.DataTable dataTable) throws Throwable - Throws:
Throwable
-