Uses of Package
com.consol.citrus.report
-
Packages that use com.consol.citrus.report Package Description com.consol.citrus.context com.consol.citrus.exceptions com.consol.citrus.report -
Classes in com.consol.citrus.report used by com.consol.citrus.context Class Description MessageListeners TestActionListener Listener invoked on test action execution with success and failure.TestActionListenerAware TestActionListeners Class broadcasting test action events to all available test action listeners injected by Spring's IoC container.TestListeners Class that spreads test events to all available test listeners injected by Spring's IoC container. -
Classes in com.consol.citrus.report used by com.consol.citrus.exceptions Class Description FailureStackElement Failure stack element provides access to the detailed failure stack message and the location in the test case XML where error happened. -
Classes in com.consol.citrus.report used by com.consol.citrus.report Class Description MessageListener MessageListenerAware TestActionListener Listener invoked on test action execution with success and failure.TestActionListenerAware TestActionListeners Class broadcasting test action events to all available test action listeners injected by Spring's IoC container.TestListener Test listener interface.TestListenerAware TestReporter Interface for test reporters.TestReporterAware TestResults MultipleTestResultinstances combined to aTestResults.TestResults.ResultCallback Callback interface for synchronized access to test results in iteration.TestSuiteListener Listener for events regarding a test suite (start, finish, failure, success)TestSuiteListenerAware