unit-threaded ~master (2021-11-18T12:06:34.8915742)
Dub
Repo
BuiltinTestCase
unit_threaded
runner
testcase
A test that is a
unittest
block.
class
BuiltinTestCase :
FunctionTestCase
{
import
unit_threaded
.
runner
.
reflection
:
TestData
;
;
this
(TestData data);
void
test
();
}
Constructors
this
this
(TestData data)
Undocumented in source.
Members
Functions
test
void
test
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From FunctionTestCase
test
void
test
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPath
string
getPath
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
runner
testcase
classes
BuiltinTestCase
CompositeTestCase
FlakyTestCase
FunctionTestCase
ShouldFailTestCase
TestCase
functions
disableStackTrace
enableStackTrace
A test that is a unittest block.