Uses of Enum Class
de.gematik.test.tiger.lib.rbel.ModeType
Packages that use ModeType
-
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.rbel
Methods in de.gematik.test.tiger.lib.rbel that return ModeTypeModifier and TypeMethodDescriptionstatic ModeTypeReturns the enum constant of this class with the specified name.static ModeType[]ModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.lib.rbel with parameters of type ModeTypeModifier and TypeMethodDescriptionvoidRbelValidator.assertAttributeForMessagesMatchAs(ModeType mode, String oracle, List<RbelElement> elements, String diffOptionCSV) voidRbelValidator.assertAttributeOfCurrentRequestMatchesAs(String rbelPath, ModeType mode, String oracle, RbelMessageRetriever rbelMessageRetriever) voidRbelValidator.assertAttributeOfCurrentResponseMatchesAs(String rbelPath, ModeType mode, String oracle, String diffOptionCsv, RbelMessageRetriever rbelMessageRetriever)