Class SchemaStep
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.SchemaStep
-
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
void
void
void
schema_should_have_string_size
(String stringSize) void
schema_should_have_type_detail
(String typeDetail) void
search_schema
(String path) void
void
setFileName
(String fileName) define a schema fileMethods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
Constructor Details
-
SchemaStep
-
-
Method Details
-
setFileName
define a schema file- Parameters:
fileName
- name of a sip
-
importExternalSchema
@When("^j\'importe le schema externe$") public void importExternalSchema() throws InvalidParseOperationException, AccessExternalClientException, IOException -
searchSchemaByPath
- Throws:
VitamClientException
-
schema_should_contains_path
@Then("^le schema doit contenir le path (.*)$") public void schema_should_contains_path(String path) -
search_schema
-
schema_should_have_type_detail
@Then("^le type d\u00e9taill\u00e9 du schema est (.*)$") public void schema_should_have_type_detail(String typeDetail) -
schema_should_have_string_size
@Then("^la taille de la cha\u00eene de caract\u00e8re du schema est (.*)$") public void schema_should_have_string_size(String stringSize) -
schema_should_be_deleted
@Then("^je supprime le schema dont le path est (.*)$") public void schema_should_be_deleted(String path) throws InvalidParseOperationException, AccessExternalClientException
-