Interface | Description |
---|---|
MessageListener | |
TestActionListener |
Listener invoked on test action execution with success and failure.
|
TestListener |
Test listener interface.
|
TestReporter |
Interface for test reporters.
|
TestResults.ResultCallback |
Callback interface for synchronized access to test results in iteration.
|
TestSuiteListener |
Listener for events regarding a test suite (start, finish, failure, success)
|
Class | Description |
---|---|
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.
|
LoggingReporter |
Simple logging reporter printing test start and ending to the console/logger.
|
MessageListeners | |
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.
|
TestResults |
Multiple
TestResult instances combined to a TestResults . |
TestSuiteListeners |
Class managing a list of injected test suite listeners.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.