Class ExternalLogbookStep

java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.step.CommonStep
fr.gouv.vitam.functionaltest.cucumber.step.ExternalLogbookStep

public class ExternalLogbookStep extends CommonStep
External Logbook Step
  • Constructor Details

    • ExternalLogbookStep

      public ExternalLogbookStep(World world)
  • Method Details

    • getModel

      public com.fasterxml.jackson.databind.JsonNode getModel()
      Returns:
      generic Model
    • setModel

      public void setModel(com.fasterxml.jackson.databind.JsonNode model)
    • a_sip_named

      @Given("^un fichier de logbook operation nomm\u00e9 (.*)$") public void a_sip_named(String fileName)
      define a sip
      Parameters:
      fileName - name of a sip
    • createExternalLogbook

      @Then("^j\'importe un journal d\'op\u00e9ration correct$") public void createExternalLogbook()
    • createExternalLogbookKO

      @Then("^j\'importe un journal d\'op\u00e9ration incorrect$") public void createExternalLogbookKO()