Uses of Class
de.qytera.qtaf.core.log.model.collection.TestScenarioLogCollection
Packages that use TestScenarioLogCollection
Package
Description
-
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.context
Methods in de.qytera.qtaf.core.context that return TestScenarioLogCollectionModifier and TypeMethodDescriptionIQtafTestContext.createAndSetNewLogCollection(int hashCode, String methodId, String testId) Create a new method log collection and set it as the current log collectionIQtafTestContext.getLogCollection()Get current log collectionMethods in de.qytera.qtaf.core.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionIQtafTestContext.setLogCollection(TestScenarioLogCollection collection) Set the current log collection -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestScenarioLogCollectionModifier and TypeMethodDescriptionTestScenarioLogCollection.addLogMessage(LogLevel level, String message) Add log messageTestScenarioLogCollection.addLogMessage(LogMessage logMessage) Add log message object This methods needs to run synchronized because of the check for existence.TestScenarioLogCollection.addParameters(Parameter[] parameters, Object[] values) Add test parameters to logTestFeatureLogCollection.addScenarioLogCollection(TestScenarioLogCollection collection) Add a scenario log collection if it not already existsTestScenarioLogCollection.addScreenshotPath(String filepath) Add screenshot path to test scenario logAdd tag to test scenario logTestFeatureLogCollection.createScenarioIfNotExists(int featureId, String scenarioId, String scenarioName) Add new TestMethodLogCollectionTestFeatureLogCollection.createScenarioIfNotExists(String featureId, String scenarioId, String scenarioName) Add new TestMethodLogCollectionstatic TestScenarioLogCollectionTestScenarioLogCollection.createTestScenarioLogCollection(int featureId, String scenarioId, String scenarioName) Factory method.Add debug messageAdd error messagestatic TestScenarioLogCollectionTestScenarioLogCollection.fromQtafTestEventPayload(IQtafTestEventPayload iQtafTestEventPayload) Factory method that creates new log collection from test event payload This method has to be synchronized so that it works correctly when using multiple threads.Add info messageTestScenarioLogCollection.setDescription(String description) Set test descriptionTestScenarioLogCollection.setDuration(long duration) Set durationSet endTestScenarioLogCollection.setGroupDependencies(String[] groupDependencies) Set test group dependenciesSet groupsTestScenarioLogCollection.setMethodDependencies(String[] methodDependencies) Set test method dependenciesTestScenarioLogCollection.setScreenshotAfter(String screenshotAfter) Set screenshotAfterTestScenarioLogCollection.setScreenshotBefore(String screenshotBefore) Set screenshotBeforeSet startTestScenarioLogCollection.setStatus(TestScenarioLogCollection.Status status) Set test statusTestScenarioLogCollection.setThreadId(long threadId) Set threadIdTestScenarioLogCollection.setThreadName(String threadName) Set threadNameAdd warn messageMethods in de.qytera.qtaf.core.log.model.collection that return types with arguments of type TestScenarioLogCollectionModifier and TypeMethodDescriptionTestFeatureLogCollection.getScenarioLogCollection()Get test step collectionsMethods in de.qytera.qtaf.core.log.model.collection with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionTestFeatureLogCollection.addScenarioLogCollection(TestScenarioLogCollection collection) Add a scenario log collection if it not already existsstatic booleanTestScenarioLogCollection.exists(TestScenarioLogCollection scenarioLogCollection) Check if index already has this ScenarioLogCollection -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.log.repository
Methods in de.qytera.qtaf.core.log.repository that return TestScenarioLogCollectionModifier and TypeMethodDescriptionstatic TestScenarioLogCollectionFind scenario log collection by scenario id -
Uses of TestScenarioLogCollection in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as TestScenarioLogCollectionModifier and TypeFieldDescriptionprotected TestScenarioLogCollectionQtafTestNGCucumberContext.logCollectionLog collection for the current methodMethods in de.qytera.qtaf.cucumber.context that return TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGCucumberContext.createAndSetNewLogCollection(int hashCode, String methodId, String testId) QtafTestNGCucumberContext.getLogCollection()Methods in de.qytera.qtaf.cucumber.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGCucumberContext.setLogCollection(TestScenarioLogCollection collection) -
Uses of TestScenarioLogCollection in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as TestScenarioLogCollectionModifier and TypeFieldDescriptionprotected TestScenarioLogCollectionQtafTestNGContext.logCollectionLog collection for the current methodMethods in de.qytera.qtaf.testng.context that return TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGContext.createAndSetNewLogCollection(int hashCode, String methodId, String testId) Create a new method log collection and set it as the current log collectionQtafTestNGContext.getLogCollection()Get current log collectionMethods in de.qytera.qtaf.testng.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGContext.setLogCollection(TestScenarioLogCollection collection) Set the current log collection