Uses of Interface
com.consol.citrus.report.TestSuiteListener
-
Packages that use TestSuiteListener Package Description com.consol.citrus.report -
-
Uses of TestSuiteListener in com.consol.citrus.report
Classes in com.consol.citrus.report that implement TestSuiteListener Modifier and Type Class Description classTestReportersMethods in com.consol.citrus.report that return types with arguments of type TestSuiteListener Modifier and Type Method Description List<TestSuiteListener>TestSuiteListeners. getTestSuiteListeners()Obtains the testSuiteListeners.Methods in com.consol.citrus.report with parameters of type TestSuiteListener Modifier and Type Method Description voidTestSuiteListenerAware. addTestSuiteListener(TestSuiteListener suiteListener)Adds a new suite listener.voidTestSuiteListeners. addTestSuiteListener(TestSuiteListener testSuiteListener)
-