Class AgenciesStep
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
-
- fr.gouv.vitam.functionaltest.cucumber.step.AgenciesStep
-
public class AgenciesStep extends CommonStep
-
-
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
Constructors Constructor Description AgenciesStep(World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
a_sip_named(java.lang.String fileName)
define a sipvoid
agencies_found()
void
agencies_not_found()
com.fasterxml.jackson.databind.JsonNode
getModel()
void
metadata_are(cucumber.api.DataTable dataTable)
void
search_contracts(java.lang.String name)
void
setModel(com.fasterxml.jackson.databind.JsonNode model)
void
uploadAgency()
void
uploadAgency_with_failure()
void
uploadAgency_without_failure()
-
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
-
-
-
Constructor Detail
-
AgenciesStep
public AgenciesStep(World world)
-
-
Method Detail
-
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(java.lang.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(java.lang.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(cucumber.api.DataTable dataTable) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-