Module to contain the module result class.
MIT. See LICENSE for full details.
A class to contain the result from running a module's unit tests.
Constructor.
string name | The name of the module who's unit tests where run. |
DUnitAssertError error | An error, if it occurred. |
Access the name of the module.
The name of the module that produced this result.
Access the error if one occurred.
The error if one occurred, null if not.