public class OntologyStep extends Object
Constructor and Description |
---|
OntologyStep(World world) |
Modifier and Type | Method and Description |
---|---|
void |
forceImportOntology() |
void |
importOntology() |
void |
ontology_type_is(String type) |
void |
searchOntologyByIdentifier(String identifer) |
void |
setFileName(String fileName)
define a ontology file
|
public OntologyStep(World world)
@Given(value="^un fichier ontologie nomm\u00e9 (.*)$") public void setFileName(String fileName)
fileName
- name of a sip@When(value="^j\'importe l\'ontologie$") public void importOntology() throws InvalidParseOperationException, AccessExternalClientException, IOException
@When(value="^j\'importe l\'ontologie en mode forc\u00e9$") public void forceImportOntology() throws InvalidParseOperationException, AccessExternalClientException, IOException
@When(value="^je recherche le vocabulaire intitul\u00e9 (.*)$") public void searchOntologyByIdentifier(String identifer) throws VitamClientException
VitamClientException
@Then(value="^le type du vocabulaire est (.*)$") public void ontology_type_is(String type)
Copyright © 2019 Vitam. All rights reserved.