tests.runner

Undocumented in source.

Members

Aliases

jmp_buf
alias jmp_buf = ubyte[64]
Undocumented in source.
jmp_buf
alias jmp_buf = ubyte[256]
Undocumented in source.
jmp_buf
alias jmp_buf = ubyte[512]
Undocumented in source.
setjmp
alias setjmp = _setjmp
Undocumented in source.

Functions

__assert
void __assert(char* msg, char* file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
_setjmp
int _setjmp(jmp_buf )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
copyString
string copyString(char* str)
Undocumented in source. Be warned that the author may not have intended to support it.
copyString
string copyString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
dmd_coverDestPath
void dmd_coverDestPath(string path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extractStrings
void extractStrings(Vector!string container, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
longjmp
void longjmp(jmp_buf , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
main
int main(int argc, char** args)
Undocumented in source. Be warned that the author may not have intended to support it.
rt_init
int rt_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rt_term
int rt_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

before
enum before;
Undocumented in source.
optStrategy
enum optStrategy;
Undocumented in source.

Static functions

_d_eh_personality
int _d_eh_personality(int , int , size_t , void* , void* )
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

gAssertInfo
AssertInfo gAssertInfo;
Undocumented in source.
gEnvBuffer
jmp_buf gEnvBuffer;
Undocumented in source.

Structs

AssertInfo
struct AssertInfo
Undocumented in source.
Test
struct Test
Undocumented in source.
TestRunner
struct TestRunner(Args...)
Undocumented in source.
TestSuite
struct TestSuite
Undocumented in source.

Variables

ASSERTED
enum int ASSERTED;
Undocumented in source.
OUT_FILE
enum string OUT_FILE;
Undocumented in source.

Meta