Uses of Class
de.qytera.qtaf.core.log.model.message.AssertionLogMessage
Packages that use AssertionLogMessage
-
Uses of AssertionLogMessage in de.qytera.qtaf.core.log.model.message
Methods in de.qytera.qtaf.core.log.model.message that return AssertionLogMessageModifier and TypeMethodDescriptionSet the actual object.AssertionLogMessage.setCondition(boolean condition) Set the assertion's condition.AssertionLogMessage.setError(AssertionError error) Set the assertion's error.AssertionLogMessage.setExpected(Object expected) Set the expected object.AssertionLogMessage.setStatusToFailed()Set the assertion status to failed.AssertionLogMessage.setStatusToPassed()Set the assertion status to passed.AssertionLogMessage.setStep(StepInformationLogMessage step) Set the step where the assertion was executed.AssertionLogMessage.setType(AssertionLogMessageType type) Set the assertion's type.Methods in de.qytera.qtaf.core.log.model.message that return types with arguments of type AssertionLogMessageMethods in de.qytera.qtaf.core.log.model.message with parameters of type AssertionLogMessageModifier and TypeMethodDescriptionStepInformationLogMessage.addAssertion(AssertionLogMessage assertion) Add an assertion to the list.Method parameters in de.qytera.qtaf.core.log.model.message with type arguments of type AssertionLogMessageModifier and TypeMethodDescriptionStepInformationLogMessage.setAssertions(List<AssertionLogMessage> assertions) Set list of assertions. -
Uses of AssertionLogMessage in de.qytera.qtaf.testng.context
Methods in de.qytera.qtaf.testng.context that return AssertionLogMessageModifier and TypeMethodDescriptiondefault AssertionLogMessageAssertionContext.buildAssertionLogMessage(StepInformationLogMessage stepLog, String message) Create a new assertion log message object.