Class TransferStep
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.TransferStep
-
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
checkSipTransferObjectCount
(int nbObjects, int nbBinaryObjects) void
checkSipTransferObjectGroupCount
(int nbObjectGroups) void
checkSipTransferUnitCount
(int nbUnits) void
void
transfer()
void
void
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
Constructor Details
-
TransferStep
-
-
Method Details
-
transfer
- Throws:
VitamException
-
downloadSipTransfer
@When("^je t\u00e9l\u00e9charge le sip du transfert$") public void downloadSipTransfer() throws Exception- Throws:
Exception
-
checkSipTransferUnitCount
@Then("^le transfert contient (\\d+) unit\u00e9s archivistiques$") public void checkSipTransferUnitCount(int nbUnits) throws Exception - Throws:
Exception
-
checkSipTransferObjectGroupCount
@Then("^le transfert contient (\\d+) groupes d\'objets$") public void checkSipTransferObjectGroupCount(int nbObjectGroups) throws Exception - Throws:
Exception
-
checkSipTransferObjectCount
@Then("^le transfert contient (\\d+) objets dont (\\d+) sont binaires$") public void checkSipTransferObjectCount(int nbObjects, int nbBinaryObjects) throws Exception - Throws:
Exception
-
upload_this_sip_transfer
@When("^j\'upload le sip du transfert") public void upload_this_sip_transfer() throws VitamException, IOException- Throws:
VitamException
IOException
-
transfer_reply
@When("^je receptionne l\'ATR du versement d\'un transfert") public void transfer_reply() throws VitamException, IOException- Throws:
VitamException
IOException
-
afterScenario
public void afterScenario()
-