Interface | Description |
---|---|
JUnitReportWriter |
This Interface describes classes that format the results of a JUnit
testrun.
|
XMLConstants |
Interface groups XML constants.
|
Class | Description |
---|---|
DOMElementWriter |
Writes a DOM tree to a given Writer.
|
DOMElementWriter.XmlNamespacePolicy |
Whether namespaces should be ignored for elements and attributes.
|
JUnitReportHelper |
Helper class for generating reports for tests that do not adapt well to
Testng/JUnit.
|
JUnitReportHelper.Counts | |
JUnitReportWriter.TestCounts | |
JUnitReportWriter.TestDescription | |
ObjectUtility |
General object related utilities.
|
ObjectWriter | |
TestBase |
A VERY quick-and-dirty test framework.
|
TestCaseTools | |
TestCaseTools.SingleInstanceTestSuite |
This is a special version of TestSuite that fixes, once and for
all, the irritating design of JUnit to invoke the constructor
multiple times on a test class.
|
TimedTest | |
TimedTest.InnerTest | |
XMLJUnitReportWriter |
Prints XML output of the test to a specified Writer.
|
Enum | Description |
---|---|
TestCaseTools.TestSuiteType |
Annotation Type | Description |
---|---|
Post |
Used to mark methods that are executed after every test case
|
Pre |
Used to mark methods executed before each test case.
|
TestCase |