Class DipStep


  • public class DipStep
    extends java.lang.Object
    • Constructor Detail

      • DipStep

        public DipStep​(World world)
    • Method Detail

      • 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()