Uses of Enum Class
de.qytera.qtaf.core.log.model.message.AssertionLogMessageType
Packages that use AssertionLogMessageType
-
Uses of AssertionLogMessageType in de.qytera.qtaf.core.log.model.message
Fields in de.qytera.qtaf.core.log.model.message declared as AssertionLogMessageTypeModifier and TypeFieldDescriptionprotected AssertionLogMessageTypeAssertionLogMessage.typeType of assertion.Methods in de.qytera.qtaf.core.log.model.message that return AssertionLogMessageTypeModifier and TypeMethodDescriptionAssertionLogMessage.type()Returns the assertion's type.static AssertionLogMessageTypeReturns the enum constant of this class with the specified name.static AssertionLogMessageType[]AssertionLogMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.qytera.qtaf.core.log.model.message with parameters of type AssertionLogMessageTypeModifier and TypeMethodDescriptionAssertionLogMessage.setType(AssertionLogMessageType type) Set the assertion's type. -
Uses of AssertionLogMessageType in de.qytera.qtaf.testng.context
Methods in de.qytera.qtaf.testng.context with parameters of type AssertionLogMessageTypeModifier and TypeMethodDescriptiondefault voidAssertionContext.handleAssertCondition(AssertionLogMessageType type, boolean condition, String message, AssertionError error) Handle condition assertions.default voidAssertionContext.handleAssertCondition(AssertionLogMessageType type, Object object, Object expected, String message, AssertionError error) Handle condition assertions.default voidAssertionContext.handleAssertCondition(AssertionLogMessageType type, Object object, String message, AssertionError error) Handle condition assertions.