Class TransferStep

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

public class TransferStep extends CommonStep
  • Constructor Details

    • TransferStep

      public TransferStep(World world)
  • Method Details

    • transfer

      @When("^je lance un transfert$") public void transfer() throws VitamException
      Throws:
      VitamException
    • downloadSipTransfer

      @When("^je t\u00e9l\u00e9charge le sip du transfert$") public void downloadSipTransfer() throws Exception
      Throws:
      Exception
    • checkSipTransferUnitCount

      @Then("^le transfert contient (\\d+) unit\u00e9s archivistiques$") public void checkSipTransferUnitCount(int nbUnits) throws Exception
      Throws:
      Exception
    • checkSipTransferObjectGroupCount

      @Then("^le transfert contient (\\d+) groupes d\'objets$") public void checkSipTransferObjectGroupCount(int nbObjectGroups) throws Exception
      Throws:
      Exception
    • checkSipTransferObjectCount

      @Then("^le transfert contient (\\d+) objets dont (\\d+) sont binaires$") public void checkSipTransferObjectCount(int nbObjects, int nbBinaryObjects) throws Exception
      Throws:
      Exception
    • upload_this_sip_transfer

      @When("^j\'upload le sip du transfert") public void upload_this_sip_transfer() throws VitamException, IOException
      Throws:
      VitamException
      IOException
    • transfer_reply

      @When("^je receptionne l\'ATR du versement d\'un transfert") public void transfer_reply() throws VitamException, IOException
      Throws:
      VitamException
      IOException
    • afterScenario

      public void afterScenario()