|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| TestActionListener | Listener invoked on test action execution with success and failure. |
| TestListener | Test listener interface. |
| TestReporter | Interface for test reporters. |
| TestSuiteListener | Listener for events regarding a test suite (start, finish, failure, success) |
| Class Summary | |
|---|---|
| AbstractTestActionListener | Basic implementation of TestActionListener interface so that subclasses only have to overwrite
methods of interest. |
| AbstractTestListener | Basic implementation of TestListener interface so that subclasses must not implement
all methods but only overwrite some listener methods. |
| AbstractTestSuiteListener | Basic implementation of TestSuiteListener interface so that subclasses must not implement
all methods but only overwrite some listener methods. |
| FailureStackElement | Failure stack element provides access to the detailed failure stack message and the location in the test case XML where error happened. |
| FailureStackTestListener | |
| HtmlReporter | Basic logging reporter generating a HTML report with detailed test results. |
| JUnitReporter | TestReporter implementation that generates the famous JUnit XML reports. |
| LoggingReporter | Simple logging reporter printing test start and ending to the console/logger. |
| MessageTracingTestListener | Test listener collects all messages sent and received by Citrus during test execution. |
| 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. |
| TestResult | Class representing test results (failed, successful, skipped) |
| TestResults | Multiple TestResult instances combined to a TestResults. |
| TestSuiteListeners | Class managing a list of injected test suite listeners. |
| Enum Summary | |
|---|---|
| TestResult.RESULT | Possible test results |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||