Class TransferStep

    • Constructor Detail

      • TransferStep

        public TransferStep​(World world)
    • Method Detail

      • downloadSipTransfer

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

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

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

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

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

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

        public void afterScenario()