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 void
afterScenario()
void
checkSipTransferObjectCount(int nbObjects, int nbBinaryObjects)
void
checkSipTransferObjectGroupCount(int nbObjectGroups)
void
checkSipTransferUnitCount(int nbUnits)
void
downloadSipTransfer()
void
transfer()
void
transfer_reply()
void
upload_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:
VitamException
java.io.IOException
-
transfer_reply
@When("^je receptionne l\'ATR du versement d\'un transfert") public void transfer_reply() throws VitamException, java.io.IOException
- Throws:
VitamException
java.io.IOException
-
afterScenario
public void afterScenario()
-
-