Class RbelValidator

java.lang.Object
de.gematik.test.tiger.lib.rbel.RbelValidator

public class RbelValidator extends Object
  • Constructor Details

    • RbelValidator

      public RbelValidator()
  • Method Details

    • assertAttributeOfCurrentResponseMatches

      public void assertAttributeOfCurrentResponseMatches(String rbelPath, String value, boolean shouldMatch, RbelMessageRetriever rbelMessageRetriever)
    • assertAttributeOfCurrentRequestMatches

      public void assertAttributeOfCurrentRequestMatches(String rbelPath, String value, boolean shouldMatch, RbelMessageRetriever rbelMessageRetriever)
    • assertAttributeOfCurrentResponseMatchesAs

      public void assertAttributeOfCurrentResponseMatchesAs(String rbelPath, ModeType mode, String oracle, String diffOptionCsv, RbelMessageRetriever rbelMessageRetriever)
    • assertAttributeOfCurrentRequestMatchesAs

      public void assertAttributeOfCurrentRequestMatchesAs(String rbelPath, ModeType mode, String oracle, RbelMessageRetriever rbelMessageRetriever)
    • assertAttributeForMessagesMatchAs

      public void assertAttributeForMessagesMatchAs(ModeType mode, String oracle, List<RbelElement> elements, String diffOptionCSV)