Classes, interfaces and traits

SimpleTestDebugResultFormatter

Prints plain text output of the test to a specified Writer.

« More »

SimpleTestCountResultFormatter

Dummy result formatter used to count SimpleTest results

« More »

SimpleTestPlainResultFormatter

Prints plain text output of the test to a specified Writer.

« More »

SimpleTestTask

Runs SimpleTest tests.

Use {@link Project#createTask} to register a new Task.
« More »

SimpleTestXmlResultFormatter

Prints plain text output of the test to a specified Writer.

« More »

SimpleTestResultFormatter

This abstract class describes classes that format the results of a SimpleTest testrun.

« More »

SimpleTestFormatterElement

Child class of "FormatterElement", overrides setType to provide other formatter classes for SimpleTest

« More »

SimpleTestSummaryResultFormatter

Prints short summary output of the test to Phing's logging system.

« More »