Class SchemaStep
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
-
- fr.gouv.vitam.functionaltest.cucumber.step.SchemaStep
-
public class SchemaStep 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 SchemaStep(World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
importExternalSchema()
void
schema_should_be_deleted(java.lang.String path)
void
schema_should_contains_path(java.lang.String path)
void
schema_should_have_string_size(java.lang.String stringSize)
void
schema_should_have_type_detail(java.lang.String typeDetail)
void
search_schema(java.lang.String path)
void
searchSchemaByPath()
void
setFileName(java.lang.String fileName)
define a schema file-
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
-
-
-
Constructor Detail
-
SchemaStep
public SchemaStep(World world)
-
-
Method Detail
-
setFileName
@Given("^un fichier schema nomm\u00e9 (.*)$") public void setFileName(java.lang.String fileName)
define a schema file- Parameters:
fileName
- name of a sip
-
importExternalSchema
@When("^j\'importe le schema externe$") public void importExternalSchema() throws InvalidParseOperationException, AccessExternalClientException, java.io.IOException
- Throws:
InvalidParseOperationException
AccessExternalClientException
java.io.IOException
-
searchSchemaByPath
@When("^je recup\u00e8re le schema$") public void searchSchemaByPath() throws VitamClientException
- Throws:
VitamClientException
-
schema_should_contains_path
@Then("^le schema doit contenir le path (.*)$") public void schema_should_contains_path(java.lang.String path)
-
search_schema
@When("^je cherche le schema ayant le path (.*)$") public void search_schema(java.lang.String path)
-
schema_should_have_type_detail
@Then("^le type d\u00e9taill\u00e9 du schema est (.*)$") public void schema_should_have_type_detail(java.lang.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(java.lang.String stringSize)
-
schema_should_be_deleted
@Then("^je supprime le schema dont le path est (.*)$") public void schema_should_be_deleted(java.lang.String path) throws InvalidParseOperationException, AccessExternalClientException
-
-