public class DipStep extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
afterScenario() |
void |
checkDipObjectCount(int nbObjects,
int nbBinaryObjects) |
void |
checkDipObjectGroupCount(int nbObjectGroups) |
void |
checkDipUnitCount(int nbUnits) |
void |
downloadDip() |
void |
exportDip() |
public DipStep(World world)
@When(value="^j\'exporte le dip$")
public void exportDip()
throws VitamException
VitamException@When(value="^je t\u00e9l\u00e9charge le dip$")
public void downloadDip()
throws Exception
Exception@Then(value="^le dip contient (\\d+) unit\u00e9s archivistiques$")
public void checkDipUnitCount(int nbUnits)
throws Exception
Exception@Then(value="^le dip contient (\\d+) groupes d\'objets$")
public void checkDipObjectGroupCount(int nbObjectGroups)
throws Exception
Exception@Then(value="^le dip contient (\\d+) objets dont (\\d+) sont binaires$")
public void checkDipObjectCount(int nbObjects,
int nbBinaryObjects)
throws Exception
Exceptionpublic void afterScenario()
Copyright © 2019 Vitam. All rights reserved.