View source code
Display the source code in core/runtime.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Struct core.runtime.UnitTestResult

This type is returned by the module unit test handler to indicate testing results.

struct UnitTestResult ;

Fields

NameTypeDescription
executed ulongNumber of modules which were tested
passed ulongNumber of modules passed the unittests
runMain boolShould the main function be run or not? This is ignored if any tests failed.
summarize boolShould we print a summary of the results?

Methods

NameDescription
opCast () Simple check for whether execution should continue after unit tests have been run. Works with legacy code that expected a bool return.

Authors

Sean Kelly

License

Boost License 1.0