public class ArchiveUnitProfileStep extends Object
Constructor and Description |
---|
ArchiveUnitProfileStep(World world) |
Modifier and Type | Method and Description |
---|---|
void |
an_archive_profile_named(String fileName)
★★★ define a sip ★★★
|
void |
contract_found_are() |
void |
create_profile() |
void |
metadata_are(cucumber.api.DataTable dataTable) |
void |
search_profiles(String name) |
public ArchiveUnitProfileStep(World world)
@Given(value="^un document type nomm\u00e9 (.*)$") public void an_archive_profile_named(String fileName)
fileName
- name of a sip@When(value="je fais un import du document type") public void create_profile() throws InvalidParseOperationException, IOException, AccessExternalClientException
@When(value="^je cherche un document type nomm\u00e9 (.*)") public void search_profiles(String name) throws AccessExternalClientException, InvalidParseOperationException, InvalidCreateOperationException, VitamClientException
@Then(value="^le document type existe$") public void contract_found_are()
Copyright © 2018 Vitam. All rights reserved.