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