Class DipStep
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
-
- fr.gouv.vitam.functionaltest.cucumber.step.DipStep
-
public class DipStep 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterScenario()voidcheckDipObjectCount(int nbObjects, int nbBinaryObjects)voidcheckDipObjectGroupCount(int nbObjectGroups)voidcheckDipSedaVerion(java.lang.String sedaVersion)voidcheckDipUnitCount(int nbUnits)voidcompareSipAndDip()voiddownloadDip()voidexportDip()voidexportDIP()voidexportDipBySedaVersion(java.lang.String sedaVersion)-
Methods inherited from class fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
checkOperationStatus, runInVitamThread
-
-
-
-
Constructor Detail
-
DipStep
public DipStep(World world)
-
-
Method Detail
-
exportDip
@When("^j\'exporte le dip$") public void exportDip() throws VitamException- Throws:
VitamException
-
exportDIP
@When("^j\'exporte le DIP$") public void exportDIP() throws VitamException- Throws:
VitamException
-
downloadDip
@When("^je t\u00e9l\u00e9charge le dip$") public void downloadDip() throws java.lang.Exception- Throws:
java.lang.Exception
-
exportDipBySedaVersion
@When("^j\'exporte le dip avec la version SEDA \"([^\"]*)\"") public void exportDipBySedaVersion(java.lang.String sedaVersion) throws VitamException- Throws:
VitamException
-
checkDipUnitCount
@Then("^le dip contient (\\d+) unit\u00e9s archivistiques$") public void checkDipUnitCount(int nbUnits) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkDipObjectGroupCount
@Then("^le dip contient (\\d+) groupes d\'objets$") public void checkDipObjectGroupCount(int nbObjectGroups) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkDipObjectCount
@Then("^le dip contient (\\d+) objets dont (\\d+) sont binaires$") public void checkDipObjectCount(int nbObjects, int nbBinaryObjects) throws java.lang.Exception- Throws:
java.lang.Exception
-
checkDipSedaVerion
@Then("^le dip utilise la version SEDA \"([^\"]*)\"$") public void checkDipSedaVerion(java.lang.String sedaVersion) throws java.lang.Exception- Throws:
java.lang.Exception
-
compareSipAndDip
@Then("le SIP et le DIP sont semblables") public void compareSipAndDip() throws java.lang.Exception- Throws:
java.lang.Exception
-
afterScenario
public void afterScenario()
-
-