Uses of Class
de.qytera.qtaf.core.log.model.message.LogMessage
Packages that use LogMessage
Package
Description
-
Uses of LogMessage in de.qytera.qtaf.core.events.payload
Fields in de.qytera.qtaf.core.events.payload declared as LogMessageModifier and TypeFieldDescriptionprotected LogMessageQtafTestStepEventPayload.logMessageLog message of the executed step.Methods in de.qytera.qtaf.core.events.payload that return LogMessageModifier and TypeMethodDescriptionIQtafTestStepEventPayload.getLogMessage()Get log message.QtafTestStepEventPayload.getLogMessage()Get logMessage.Methods in de.qytera.qtaf.core.events.payload with parameters of type LogMessageModifier and TypeMethodDescriptionQtafTestStepEventPayload.setLogMessage(LogMessage logMessage) Set logMessage. -
Uses of LogMessage in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection with type parameters of type LogMessageModifier and TypeMethodDescription<T extends LogMessage>
List<T>TestScenarioLogCollection.getLogMessages(Class<T> logMessageClass) Returns all log message of the provided class, filtering out log messages that do not match the class.Methods in de.qytera.qtaf.core.log.model.collection that return LogMessageModifier and TypeMethodDescriptionTestScenarioLogCollection.getStepLogOfPendingStep()Get the log message object of the step that is currently pending.Methods in de.qytera.qtaf.core.log.model.collection that return types with arguments of type LogMessageMethods in de.qytera.qtaf.core.log.model.collection with parameters of type LogMessageModifier and TypeMethodDescriptionvoidTestScenarioLogCollection.addLogMessage(LogMessage logMessage) Add log message object. -
Uses of LogMessage in de.qytera.qtaf.core.log.model.index
Methods in de.qytera.qtaf.core.log.model.index that return LogMessageModifier and TypeMethodDescriptionLogMessageIndex.get(int id) Get an object by its ID.LogMessageIndex.put(int id, LogMessage obj) Add a new object to the index.Methods in de.qytera.qtaf.core.log.model.index that return types with arguments of type LogMessageModifier and TypeMethodDescriptionLogMessageIndex.getByAbstractScenarioId(String abstractScenarioId) Get all log messages for a given abstract scenario ID.LogMessageIndex.getByFeatureId(String featureId) Get all log messages for a given feature ID.LogMessageIndex.getByScenarioId(String scenarioId) Get all log messages for a given scenario ID.LogMessageIndex.getByScenarioIdAndFailed(String scenarioId) Get all log messages for a given scenario ID that have failed.LogMessageIndex.getByScenarioIdAndPassed(String scenarioId) Get all log messages for a given scenario ID that have passed.LogMessageIndex.getByScenarioIdAndPending(String scenarioId) Get all log messages for a given scenario ID that are pending.Methods in de.qytera.qtaf.core.log.model.index with parameters of type LogMessageModifier and TypeMethodDescriptionLogMessageIndex.put(int id, LogMessage obj) Add a new object to the index. -
Uses of LogMessage in de.qytera.qtaf.core.log.model.message
Subclasses of LogMessage in de.qytera.qtaf.core.log.model.messageModifier and TypeClassDescriptionclassEntity class for assertion log messages.classLog message for called steps.Methods in de.qytera.qtaf.core.log.model.message that return LogMessageModifier and TypeMethodDescriptionLogMessage.addAssertion(AssertionLogMessage assertion) Add an assertion to the list.LogMessage.setAbstractScenarioId(String abstractScenarioId) Set abstractScenarioId.LogMessage.setAssertions(List<AssertionLogMessage> assertions) Set list of assertions.Set end.LogMessage.setError(ThrowableWrapper error) Set step error.Set step error.LogMessage.setFeatureId(String featureId) Set featureId.Set log level.LogMessage.setMessage(String message) Set log message.LogMessage.setScenarioId(String scenarioId) Set scenarioId.Set start.LogMessage.setStatus(LogMessage.Status status) Set status. -
Uses of LogMessage in de.qytera.qtaf.cucumber.log.model.message
Subclasses of LogMessage in de.qytera.qtaf.cucumber.log.model.message