public class IngestStep extends Object
Constructor and Description |
---|
IngestStep(World world) |
Modifier and Type | Method and Description |
---|---|
void |
a_sip_named(String fileName)
define a sip
|
void |
afterScenario() |
void |
build_the_attachenment_to_existing_object_group() |
void |
build_the_attachenment() |
void |
upload_this_plan()
call vitam to upload the plan
|
void |
upload_this_sip()
call vitam to upload the SIP
|
void |
upload_this_tree()
call vitam to upload the tree
|
void |
use_test_set_from_sip(String fileName)
Execute an ingest OK and saves the operationId in test set map.
|
public IngestStep(World world)
@Given(value="^un fichier SIP nomm\u00e9 (.*)$") public void a_sip_named(String fileName)
fileName
- name of a sip@When(value="^je t\u00e9l\u00e9charge le SIP") public void upload_this_sip() throws IOException, VitamException, IOException
@When(value="^je t\u00e9l\u00e9charge le plan") public void upload_this_plan() throws IOException, VitamException
@When(value="^je t\u00e9l\u00e9charge l\'arbre") public void upload_this_tree() throws IOException, VitamException
@When(value="je construit le sip de rattachement avec le template") public void build_the_attachenment() throws IOException
IOException
@When(value="je construit le SIP de rattachement au groupe d\'objet existant avec le template") public void build_the_attachenment_to_existing_object_group() throws IOException
IOException
@Given(value="^les donn\u00e9es du jeu de test du SIP nomm\u00e9 (.*)") public void use_test_set_from_sip(String fileName)
fileName
- name of a sippublic void afterScenario() throws IOException
IOException
Copyright © 2018 Vitam. All rights reserved.