Class DipStep
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.step.DipStep
-
public class DipStep extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterScenario()
void
checkDipObjectCount(int nbObjects, int nbBinaryObjects)
void
checkDipObjectGroupCount(int nbObjectGroups)
void
checkDipUnitCount(int nbUnits)
void
downloadDip()
void
exportDip()
void
exportDIP()
-
-
-
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
-
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
-
afterScenario
public void afterScenario()
-
-