unit_threaded

Undocumented in source.

Modules

asserts
module unit_threaded.asserts
Undocumented in source.
attrs
module unit_threaded.attrs
Undocumented in source.
dub
module unit_threaded.dub
Undocumented in source.
factory
module unit_threaded.factory
Undocumented in source.
io
module unit_threaded.io

IO related functions

meta
module unit_threaded.meta
Undocumented in source.
options
module unit_threaded.options
Undocumented in source.
reflection
module unit_threaded.reflection
Undocumented in source.
runner
module unit_threaded.runner

This module implements functions to run the unittests with command-line options.

runtime
module unit_threaded.runtime

This module implements a template mixin containing a program to search a list of directories for all .d files therein, then writes a D program to run all unit tests in those files using unit_threaded. The program implemented by this mixin only writes out a D file that itself must be compiled and run.

should
module unit_threaded.should

This module implements custom assertions via shouldXXX functions that throw exceptions containing information about why the assertion failed.

testcase
module unit_threaded.testcase
Undocumented in source.
tests
module unit_threaded.tests
testsuite
module unit_threaded.testsuite

This module implements TestSuite, an aggregator for TestCase objects to run all tests.

uda
module unit_threaded.uda
Undocumented in source.

Public Imports

unit_threaded.should
public import unit_threaded.should;
Undocumented in source.
unit_threaded.testcase
public import unit_threaded.testcase;
Undocumented in source.
unit_threaded.io
public import unit_threaded.io;
Undocumented in source.
unit_threaded.should
public import unit_threaded.should;
Undocumented in source.
unit_threaded.reflection
public import unit_threaded.reflection;
Undocumented in source.
unit_threaded.runner
public import unit_threaded.runner;
Undocumented in source.

Meta