|
class | Arguments |
| A class to implememnt a arguments parser. More...
|
|
class | Asserter |
| The Asserter class is used to throw exception or to report messages/failures to a TestResult. More...
|
|
class | ConsoleListener |
| class ConsoleListener listens to any messages reported by the tests during the test run, formates them and print them to the standard output. More...
|
|
class | Exception |
| The Exception is a generic exception. More...
|
|
class | FixtureEvents |
| class FixtureEvents More...
|
|
class | FixtureException |
| The FixtureException class Ficture exception is used when a there is a probleme during fixture setup. More...
|
|
class | FixtureManager |
| The FixtureManager can be used to to setup any fixture which is required for the tests before executing the tests by a TestSuite. More...
|
|
class | ResultEvent |
| The ResultEvent class is used by a test collector to collect the result of the tests and the corresponding messages issued during the test run. More...
|
|
class | ResultEventEndSuite |
| The ResultEventEndSuite class keeps a test suite ending event. More...
|
|
class | ResultEventEndTest |
| The ResultEventEndTest class keeps a test ending event. More...
|
|
class | ResultEventError |
| The ResultEventError class keeps a test error event. More...
|
|
class | ResultEventFailure |
| The ResultEventFailure class keeps a failure event. More...
|
|
class | ResultEventReport |
| The ResultEventReport class keeps a test report event. More...
|
|
class | ResultEventStartSuite |
| The ResultEventStartSuite class keeps a test suite starting event. More...
|
|
class | ResultEventStartTest |
| The ResultEventStartTest class keeps a test starting event. More...
|
|
class | Test |
| The simplest form of a test unit. More...
|
|
class | TestCase |
| The base class to implememnt a test case. More...
|
|
class | TestErrorException |
| The TestErrorException class Error exception is used when test breakdown due to an error in setup, teardown or any configuration. More...
|
|
class | TestFailureException |
| The FailureException class Failure exception is used when a test or subtests fail. More...
|
|
class | TestListener |
| The base class of any test result listeners. More...
|
|
class | TestMessage |
| A formated message with details. More...
|
|
class | TestResult |
| The TestResult class is used to deliver the test results including any error and failures produced by tests to any listener. More...
|
|
class | TestResultCollector |
| The TestResultCollector class can be used to store all the events issued by the test cases, suites and runner during the test run. More...
|
|
class | TestRunner |
| The TestRunner class runs the tests added as TestCase or TestSuite. More...
|
|
class | TestSuite |
| The TestSuite holds a group of tests. More...
|
|
class | TextOutputter |
| Class TextOutputter saves the results of the test collected by a TestResultCollector in a plain text file. More...
|
|
class | WebProgressListener |
| class WebProgressListener listens to any messages reported by the tests during the test run, formates them sends them to the web clients. More...
|
|
class | WebProgressListenerImpl |
| Singleton class WebProgressListenerImpl listens to any messages reported by the tests during the test run, formates them sends them to the web clients. More...
|
|