java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.DipStep

public class DipStep extends CommonStep
  • Constructor Details

    • DipStep

      public DipStep(World world)
  • Method Details

    • 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 Exception
      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

      @Then("le SIP et le DIP sont semblables") public void compareSipAndDip() throws Exception
      Throws:
      Exception
    • afterScenario

      public void afterScenario()