TestArea

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

chdirToSandbox
void chdirToSandbox()

Change current working directory to the sandbox. It is reset in the dtor.

exec
ExecResult exec(Args args_)

Execute a command in the sandbox.

exec
ExecResult exec(string[] args, string[string] env)
Undocumented in source. Be warned that the author may not have intended to support it.
inSandbox
Path inSandbox(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sandboxPath
AbsolutePath sandboxPath;
Undocumented in source.

Meta