Uses of Interface
com.consol.citrus.report.TestActionListener
-
Packages that use TestActionListener Package Description com.consol.citrus.context com.consol.citrus.report -
-
Uses of TestActionListener in com.consol.citrus.context
Methods in com.consol.citrus.context with parameters of type TestActionListener Modifier and Type Method Description voidTestContext. addTestActionListener(TestActionListener listener) -
Uses of TestActionListener in com.consol.citrus.report
Methods in com.consol.citrus.report that return types with arguments of type TestActionListener Modifier and Type Method Description List<TestActionListener>TestActionListeners. getTestActionListeners()Obtains the testActionListeners.Methods in com.consol.citrus.report with parameters of type TestActionListener Modifier and Type Method Description voidTestActionListenerAware. addTestActionListener(TestActionListener listener)Adds a new test action listener.voidTestActionListeners. addTestActionListener(TestActionListener listener)
-