Uses of Class
com.consol.citrus.report.TestActionListeners
-
Packages that use TestActionListeners Package Description com.consol.citrus.context com.consol.citrus.report -
-
Uses of TestActionListeners in com.consol.citrus.context
Methods in com.consol.citrus.context that return TestActionListeners Modifier and Type Method Description TestActionListenersTestContext. getTestActionListeners()Obtains the testActionListeners.Methods in com.consol.citrus.context with parameters of type TestActionListeners Modifier and Type Method Description voidTestContext. setTestActionListeners(TestActionListeners testActionListeners)Specifies the testActionListeners. -
Uses of TestActionListeners in com.consol.citrus.report
Methods in com.consol.citrus.report with parameters of type TestActionListeners Modifier and Type Method Description voidTestActionListenersAware. setTestActionListeners(TestActionListeners testActionListeners)Sets the test action listeners.
-