Uses of Class
de.qytera.qtaf.core.log.model.message.StepInformationLogMessage
Packages that use StepInformationLogMessage
Package
Description
-
Uses of StepInformationLogMessage in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return StepInformationLogMessageMethods in de.qytera.qtaf.core.guice.invokation with parameters of type StepInformationLogMessageModifier and TypeMethodDescriptionvoidStepExecutionInfo.setLogMessage(StepInformationLogMessage logMessage) -
Uses of StepInformationLogMessage in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return StepInformationLogMessageModifier and TypeMethodDescriptionTestScenarioLogCollection.getStepLogOfPendingStep()Get the log message object of the step that is currently pending. -
Uses of StepInformationLogMessage in de.qytera.qtaf.core.log.model.index
Methods in de.qytera.qtaf.core.log.model.index that return types with arguments of type StepInformationLogMessageModifier and TypeMethodDescriptionLogMessageIndex.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. -
Uses of StepInformationLogMessage in de.qytera.qtaf.core.log.model.message
Fields in de.qytera.qtaf.core.log.model.message declared as StepInformationLogMessageModifier and TypeFieldDescriptionprotected StepInformationLogMessageAssertionLogMessage.stepStep of assertion.Methods in de.qytera.qtaf.core.log.model.message that return StepInformationLogMessageModifier and TypeMethodDescriptionStepInformationLogMessage.addAssertion(AssertionLogMessage assertion) Add an assertion to the list.StepInformationLogMessage.setAssertions(List<AssertionLogMessage> assertions) Set list of assertions.Set end.StepInformationLogMessage.setError(ThrowableWrapper error) Set step error.Set step error.StepInformationLogMessage.setMethodName(String methodName) Set methodName.Set step result.StepInformationLogMessage.setScreenshotAfter(String screenshotAfter) Set screenshotAfter.StepInformationLogMessage.setScreenshotBefore(String screenshotBefore) Set screenshotBefore.Set start.StepInformationLogMessage.setStatus(StepInformationLogMessage.Status status) Set status.Set step annotation.StepInformationLogMessage.setStepDescription(String stepDescription) Set step description.StepInformationLogMessage.setStepName(String stepName) Set step name.AssertionLogMessage.step()Returns the assertion's step.Methods in de.qytera.qtaf.core.log.model.message with parameters of type StepInformationLogMessageModifier and TypeMethodDescriptionAssertionLogMessage.setStep(StepInformationLogMessage step) Set the step where the assertion was executed. -
Uses of StepInformationLogMessage in de.qytera.qtaf.cucumber.log.model.message
Subclasses of StepInformationLogMessage in de.qytera.qtaf.cucumber.log.model.message -
Uses of StepInformationLogMessage in de.qytera.qtaf.testng.context
Methods in de.qytera.qtaf.testng.context with parameters of type StepInformationLogMessageModifier and TypeMethodDescriptiondefault AssertionLogMessageAssertionContext.buildAssertionLogMessage(StepInformationLogMessage stepLog, String message) Create a new assertion log message object.