unit-threaded v0.6.29 (2016-10-06T19:38:57Z)
Home
Dub
Repo
CompositeTestCase
unit_threaded
testcase
Undocumented in source.
class
CompositeTestCase :
TestCase
{
void
add
(TestCase t);
void
opOpAssign
(TestCase t);
string
[]
opCall
();
void
test
();
ulong
numTestsRun
();
TestCase
[]
tests
();
}
Members
Functions
add
void
add
(TestCase t)
Undocumented in source. Be warned that the author may not have intended to support it.
numTestsRun
ulong
numTestsRun
()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string
[]
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void
opOpAssign
(TestCase t)
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.
tests
TestCase
[]
tests
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From TestCase
getPath
string
getPath
()
opCall
string
[]
opCall
()
Executes the test.
numTestsRun
ulong
numTestsRun
()
Certain child classes override this
silence
void
silence
()
Undocumented in source. Be warned that the author may not have intended to support it.
output
string
output
()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void
test
()
Undocumented in source.
setup
void
setup
()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
testcase
classes
BuiltinTestCase
CompositeTestCase
FunctionTestCase
ShouldFailTestCase
TestCase
functions
disableStackTrace
enableStackTrace