Class DipStep
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.DipStep
- 
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 - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcheckDipObjectCount(int nbObjects, int nbBinaryObjects) voidcheckDipObjectGroupCount(int nbObjectGroups) voidcheckDipSedaVerion(String sedaVersion) voidcheckDipUnitCount(int nbUnits) voidvoidvoidvoidvoidexportDipBySedaVersion(String sedaVersion) Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread 
- 
Constructor Details
- 
DipStep
 
 - 
 - 
Method Details
- 
exportDip
- Throws:
 VitamException
 - 
exportDIP
- Throws:
 VitamException
 - 
downloadDip
- Throws:
 Exception
 - 
exportDipBySedaVersion
@When("^j\'exporte le dip avec la version SEDA \"([^\"]*)\"") public void exportDipBySedaVersion(String sedaVersion) throws VitamException - Throws:
 VitamException
 - 
checkDipUnitCount
@Then("^le dip contient (\\d+) unit\u00e9s archivistiques$") public void checkDipUnitCount(int nbUnits) throws Exception - Throws:
 Exception
 - 
checkDipObjectGroupCount
@Then("^le dip contient (\\d+) groupes d\'objets$") public void checkDipObjectGroupCount(int nbObjectGroups) throws Exception - Throws:
 Exception
 - 
checkDipObjectCount
@Then("^le dip contient (\\d+) objets dont (\\d+) sont binaires$") public void checkDipObjectCount(int nbObjects, int nbBinaryObjects) throws Exception - Throws:
 Exception
 - 
checkDipSedaVerion
@Then("^le dip utilise la version SEDA \"([^\"]*)\"$") public void checkDipSedaVerion(String sedaVersion) throws Exception - Throws:
 Exception
 - 
compareSipAndDip
- Throws:
 Exception
 - 
afterScenario
public void afterScenario() 
 -