Class TransferStep
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
-
- fr.gouv.vitam.functionaltest.cucumber.step.TransferStep
-
public class TransferStep 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 TransferStep(World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterScenario()voidcheckSipTransferObjectCount(int nbObjects, int nbBinaryObjects)voidcheckSipTransferObjectGroupCount(int nbObjectGroups)voidcheckSipTransferUnitCount(int nbUnits)voiddownloadSipTransfer()voidtransfer()voidtransfer_reply()voidupload_this_sip_transfer()-
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
-
-
-
Constructor Detail
-
TransferStep
public TransferStep(World world)
-
-
Method Detail
-
transfer
@When("^je lance un transfert$") public void transfer() throws VitamException- Throws:
VitamException
-
downloadSipTransfer
@When("^je t\u00e9l\u00e9charge le sip du transfert$") public void downloadSipTransfer() throws java.lang.Exception- Throws:
java.lang.Exception
-
checkSipTransferUnitCount
@Then("^le transfert contient (\\d+) unit\u00e9s archivistiques$") public void checkSipTransferUnitCount(int nbUnits) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkSipTransferObjectGroupCount
@Then("^le transfert contient (\\d+) groupes d\'objets$") public void checkSipTransferObjectGroupCount(int nbObjectGroups) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkSipTransferObjectCount
@Then("^le transfert contient (\\d+) objets dont (\\d+) sont binaires$") public void checkSipTransferObjectCount(int nbObjects, int nbBinaryObjects) throws java.lang.Exception- Throws:
java.lang.Exception
-
upload_this_sip_transfer
@When("^j\'upload le sip du transfert") public void upload_this_sip_transfer() throws VitamException, java.io.IOException- Throws:
VitamExceptionjava.io.IOException
-
transfer_reply
@When("^je receptionne l\'ATR du versement d\'un transfert") public void transfer_reply() throws VitamException, java.io.IOException- Throws:
VitamExceptionjava.io.IOException
-
afterScenario
public void afterScenario()
-
-