public class TransferStep extends Object
Constructor and Description |
---|
TransferStep(World world) |
Modifier and Type | Method and Description |
---|---|
void |
afterScenario() |
void |
checkSipTransferObjectCount(int nbObjects,
int nbBinaryObjects) |
void |
checkSipTransferObjectGroupCount(int nbObjectGroups) |
void |
checkSipTransferUnitCount(int nbUnits) |
void |
downloadSipTransfer() |
void |
transfer_reply() |
void |
transfer() |
void |
upload_this_sip_transfer() |
public TransferStep(World world)
@When(value="^je lance un transfert$") public void transfer() throws VitamException
VitamException
@When(value="^je t\u00e9l\u00e9charge le sip du transfert$") public void downloadSipTransfer() throws Exception
Exception
@Then(value="^le transfert contient (\\d+) unit\u00e9s archivistiques$") public void checkSipTransferUnitCount(int nbUnits) throws Exception
Exception
@Then(value="^le transfert contient (\\d+) groupes d\'objets$") public void checkSipTransferObjectGroupCount(int nbObjectGroups) throws Exception
Exception
@Then(value="^le transfert contient (\\d+) objets dont (\\d+) sont binaires$") public void checkSipTransferObjectCount(int nbObjects, int nbBinaryObjects) throws Exception
Exception
@When(value="^j\'upload le sip du transfert") public void upload_this_sip_transfer() throws VitamException, IOException
VitamException
IOException
@When(value="^je receptionne l\'ATR du versement d\'un transfert") public void transfer_reply() throws VitamException, IOException
VitamException
IOException
public void afterScenario()
Copyright © 2019 Vitam. All rights reserved.