TestRunner

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ShellCommand[] sh)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ShellCommand sh)
Undocumented in source. Be warned that the author may not have intended to support it.
run
TestResult run()
Undocumented in source. Be warned that the author may not have intended to support it.
run
TestResult run(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
void timeout(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
auto make(int poolSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

commands
ShellCommand[] commands;

Commands that execute the test cases.

env
string[string] env;

Environment to set when executing either binaries or the command.

Meta