ModuleResult

A class to contain the result from running a module's unit tests.

Constructors

this
this(string name, DUnitAssertError error = null)

Constructor.

Members

Properties

error
DUnitAssertError error [@property getter]

Access the error if one occurred.

source
string source [@property getter]

Access the name of the module.

Meta