dunit.framework

Members

Classes

DetailReporter
class DetailReporter

Writes a detailed test report.

IssueReporter
class IssueReporter

Writes a "progress bar", followed by the errors and the failures.

ReportReporter
class ReportReporter

Writes a JUnit-style XML test report.

ResultReporter
class ResultReporter

Writes a summary about the tests run.

XmlReporter
class XmlReporter

Writes progressive XML output.

Functions

dunit_main
int dunit_main(string[] args)

Runs the tests according to the command-line arguments.

Interfaces

TestListener
interface TestListener

Registered implementations of this interface will be notified about events that occur during the test run.

Mixin templates

UnitTest
mixin template UnitTest()

Registers a class as a unit test.

Meta