Uses of Class
de.gematik.test.tiger.lib.enums.ModeType
-
Packages that use ModeType Package Description de.gematik.test.tiger.glue de.gematik.test.tiger.lib.enums de.gematik.test.tiger.lib.rbel -
-
Uses of ModeType in de.gematik.test.tiger.glue
Methods in de.gematik.test.tiger.glue that return ModeType Modifier and Type Method Description ModeTypeRBelValidatorGlue. ModeType(String mode)Methods in de.gematik.test.tiger.glue with parameters of type ModeType Modifier and Type Method Description voidRBelValidatorGlue. currentResponseAtMatchesAsJsonOrXml(String rbelPath, ModeType mode, String oracleDocStr)assert that response of filtered request matches at given rbel path node/attribute assuming its JSON or XML -
Uses of ModeType in de.gematik.test.tiger.lib.enums
Methods in de.gematik.test.tiger.lib.enums that return ModeType Modifier and Type Method Description static ModeTypeModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModeType[]ModeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModeType in de.gematik.test.tiger.lib.rbel
Methods in de.gematik.test.tiger.lib.rbel with parameters of type ModeType Modifier and Type Method Description voidRbelMessageValidator. assertAttributeOfCurrentResponseMatchesAs(String rbelPath, ModeType mode, String oracle)
-