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 collectionTestSuiteLogCollection.buildLogDirectoryPath()Build the log directory pathstatic TestSuiteLogCollectionTestSuiteLogCollection.getInstance()Get instance of classTestSuiteLogCollection.setDriverName(String driverName) Set driverNameTestSuiteLogCollection.setDuration(long duration) Set durationSet endSet osNameSet startTestSuiteLogCollection.setSuiteInfo(TestSuiteLogCollection.SuiteInfo suiteInfo) Set suiteInfoMethods in de.qytera.qtaf.core.log.model.collection with parameters of type TestSuiteLogCollectionModifier and TypeMethodDescriptionstatic voidTestSuiteLogCollection.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