Class Helper

java.lang.Object
de.gematik.test.tiger.glue.fhir.Helper

public class Helper extends Object
  • Constructor Details

    • Helper

      public Helper()
  • Method Details

    • inExistsAFileMatchingContainingAllOfTheFollowingLines

      @Then("in {tigerResolvedString} exists a file matching {tigerResolvedString} containing all of the following lines:") public void inExistsAFileMatchingContainingAllOfTheFollowingLines(String reportDir, String reportFilePattern, String expectedLines)
    • inExistsNoFileMatchingContainingAnyOfTheFollowingLines

      @Then("in {tigerResolvedString} exists no file matching {tigerResolvedString} containing any of the following lines:") public void inExistsNoFileMatchingContainingAnyOfTheFollowingLines(String reportDir, String reportFilePattern, String expectedLines)