Uses of Class
de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection
Packages that use TestSuiteLogCollection
Package
Description
-
Uses of TestSuiteLogCollection in de.qytera.qtaf.core
Methods in de.qytera.qtaf.core that return TestSuiteLogCollectionModifier and TypeMethodDescriptionstatic TestSuiteLogCollectionQtafFactory.getTestSuiteLogCollection()Get Test suite log collection. -
Uses of TestSuiteLogCollection in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type TestSuiteLogCollectionModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<TestSuiteLogCollection>QtafEvents.beforeLogsPersistedSubject that emits an event before the logs are persisted to the disk. -
Uses of TestSuiteLogCollection in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestSuiteLogCollectionModifier and TypeMethodDescriptionTestSuiteLogCollection.addTestClassLogCollection(TestFeatureLogCollection collection) Add new test case collection.TestSuiteLogCollection.buildLogDirectoryPath()Build the log directory path.static TestSuiteLogCollectionTestSuiteLogCollection.getInstance()Get instance of class.TestSuiteLogCollection.setDriverName(String driverName) Set driverName.TestSuiteLogCollection.setDuration(long duration) Set duration.Set end.Set osName.Set start.TestSuiteLogCollection.setSuiteInfo(TestSuiteLogCollection.SuiteInfo suiteInfo) Set suiteInfo.Methods in de.qytera.qtaf.core.log.model.collection with parameters of type TestSuiteLogCollectionModifier and TypeMethodDescriptionvoidTestSuiteLogCollection.setInstance(TestSuiteLogCollection instance) Set instance. -
Uses of TestSuiteLogCollection in de.qytera.qtaf.core.log.service
Methods in de.qytera.qtaf.core.log.service with parameters of type TestSuiteLogCollectionModifier and TypeMethodDescriptionstatic StringLogFileWriter.persistLogs(TestSuiteLogCollection collection) Persist logs to local disk. -
Uses of TestSuiteLogCollection in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as TestSuiteLogCollectionModifier and TypeFieldDescriptionstatic final TestSuiteLogCollectionQtafTestNGCucumberContext.testSuiteLogCollectionGlobal log collection that holds all log messages from the tests. -
Uses of TestSuiteLogCollection in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as TestSuiteLogCollectionModifier and TypeFieldDescriptionstatic final TestSuiteLogCollectionQtafTestNGContext.testSuiteLogCollectionGlobal log collection that holds all log messages from the tests.