Package de.gematik.test.tiger.lib.rbel
Class RbelValidator
java.lang.Object
de.gematik.test.tiger.lib.rbel.RbelValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertAttributeForMessagesMatchAs(ModeType mode, String oracle, List<RbelElement> elements, String diffOptionCSV) voidassertAttributeOfCurrentRequestMatches(String rbelPath, String value, boolean shouldMatch, RbelMessageRetriever rbelMessageRetriever) voidassertAttributeOfCurrentRequestMatchesAs(String rbelPath, ModeType mode, String oracle, RbelMessageRetriever rbelMessageRetriever) voidassertAttributeOfCurrentResponseMatches(String rbelPath, String value, boolean shouldMatch, RbelMessageRetriever rbelMessageRetriever) voidassertAttributeOfCurrentResponseMatchesAs(String rbelPath, ModeType mode, String oracle, String diffOptionCsv, RbelMessageRetriever rbelMessageRetriever)
-
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)
-