Class IngestStep
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.IngestStep
-
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
build_the_attachenment_by_key_value
(String metadataName, String metadataValue) void
void
void
call vitam to upload the planvoid
call vitam to upload the SIPvoid
call vitam to upload the treevoid
use_test_set_from_sip
(String fileName) Execute an ingest OK and saves the operationId in test set map.Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
Field Details
-
ID
- See Also:
-
_ID
- See Also:
-
-
Constructor Details
-
IngestStep
-
-
Method Details
-
a_sip_named
define a sip- Parameters:
fileName
- name of a sip
-
upload_this_sip
@When("^je t\u00e9l\u00e9charge le SIP") public void upload_this_sip() throws VitamException, IOExceptioncall vitam to upload the SIP -
upload_this_plan
@When("^je t\u00e9l\u00e9charge le plan") public void upload_this_plan() throws IOException, VitamExceptioncall vitam to upload the plan -
upload_this_tree
@When("^je t\u00e9l\u00e9charge l\'arbre") public void upload_this_tree() throws IOException, VitamExceptioncall vitam to upload the tree -
build_the_attachenment_by_systemid
@When("je construit le sip de rattachement avec le template") public void build_the_attachenment_by_systemid() throws IOException- Throws:
IOException
-
build_the_attachenment_by_key_value
@When("j\'utilise le template et construit un sip de rattachement avec comme nom et valeur de m\u00e9tadonn\u00e9e (.*) et (.*)$") public void build_the_attachenment_by_key_value(String metadataName, String metadataValue) throws IOException - Throws:
IOException
-
build_the_attachenment_to_existing_object_group
@When("je construit le SIP de rattachement au groupe d\'objet existant avec le template") public void build_the_attachenment_to_existing_object_group() throws IOException- Throws:
IOException
-
use_test_set_from_sip
@Given("^les donn\u00e9es du jeu de test du SIP nomm\u00e9 (.*)") public void use_test_set_from_sip(String fileName) Execute an ingest OK and saves the operationId in test set map.- Parameters:
fileName
- name of a sip
-
afterScenario
- Throws:
IOException
-