ShouldFailTestCase

A test case that should fail.

Constructors

this
this(TestCase testCase)
Undocumented in source.

Members

Functions

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TestCase

name
string name()

The name of the test case.

opCall
string[] opCall()

Executes the test.

collectOutput
string collectOutput()

Collect this test's output so as to not interleave with output from other tests.

test
void test()

Run the test case.

numTestsRun
ulong numTestsRun()

The number of tests to run.

Meta