Uses of Enum Class
de.gematik.test.tiger.lib.enums.ModeType
Packages that use ModeType
Package
Description
-
Uses of ModeType in de.gematik.test.tiger.glue
Methods in de.gematik.test.tiger.glue that return ModeTypeMethods in de.gematik.test.tiger.glue with parameters of type ModeTypeModifier and TypeMethodDescriptionvoidRBelValidatorGlue.currentRequestAtMatchesAsJsonOrXml(String rbelPath, ModeType mode, String oracleDocStr) assert that request matches at given rbel path node/attribute assuming it's JSON or XML.voidRBelValidatorGlue.currentResponseAtMatchesAsJsonOrXml(String rbelPath, ModeType mode, String oracleDocStr) assert that response of filtered request matches at given rbel path node/attribute assuming it's JSON or XML. -
Uses of ModeType in de.gematik.test.tiger.lib.enums
Methods in de.gematik.test.tiger.lib.enums that return ModeType -
Uses of ModeType in de.gematik.test.tiger.lib.rbel
Methods in de.gematik.test.tiger.lib.rbel with parameters of type ModeTypeModifier and TypeMethodDescriptionvoidRbelMessageValidator.assertAttributeForMessagesMatchAs(ModeType mode, String oracle, List<de.gematik.rbellogger.data.RbelElement> elements, String diffOptionCSV) voidRbelMessageValidator.assertAttributeOfCurrentRequestMatchesAs(String rbelPath, ModeType mode, String oracle) voidRbelMessageValidator.assertAttributeOfCurrentResponseMatchesAs(String rbelPath, ModeType mode, String oracle, String diffOptionCsv)