tests.it

Undocumented in source.

Modules

backend
module tests.it.backend
buildgen
module tests.it.buildgen
Undocumented in source.
dub
module tests.it.dub
Undocumented in source.
rules
module tests.it.rules
runtime
module tests.it.runtime
Undocumented in source.

Public Imports

reggae
public import reggae;
Undocumented in source.
unit_threaded
public import unit_threaded;
Undocumented in source.
std.path
public import std.path;
Undocumented in source.

Members

Functions

_testProjectOptions
Options _testProjectOptions(string backend, string projectName)
Undocumented in source. Be warned that the author may not have intended to support it.
_testProjectOptions
Options _testProjectOptions(string projectName)
Undocumented in source. Be warned that the author may not have intended to support it.
_testProjectOptions
Options _testProjectOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
_testProjectOptions
Options _testProjectOptions(string backend)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
string[] binary(string path, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCmd
string[] buildCmd(Options options, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCmd
string[] buildCmd(Backend backend, string path, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCmdShouldRunOk
string[] buildCmdShouldRunOk(Options options, string[] args, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
copyProjectFiles
void copyProjectFiles(string projectPath, string testPath)
Undocumented in source. Be warned that the author may not have intended to support it.
doTestBuildFor
void doTestBuildFor(Options options, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
inOrigPath
string inOrigPath(T parts)
Undocumented in source. Be warned that the author may not have intended to support it.
inPath
string inPath(string path, T parts)
Undocumented in source. Be warned that the author may not have intended to support it.
inPath
string inPath(Options options, T parts)
Undocumented in source. Be warned that the author may not have intended to support it.
justDoTestBuild
void justDoTestBuild(Options options, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
make
string[] make(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
mkdtemp
char* mkdtemp(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newTestDir
string newTestDir()
Undocumented in source. Be warned that the author may not have intended to support it.
ninja
string[] ninja(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
overwrite
void overwrite(Options options, string fileName, string newContents)
Undocumented in source. Be warned that the author may not have intended to support it.
overwrite
void overwrite(string fileName, string newContents)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareTestBuild
void prepareTestBuild(Options options)
Undocumented in source. Be warned that the author may not have intended to support it.
projectPath
string projectPath(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldNotExist
void shouldNotExist(string fileName, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
testOptions
Options testOptions(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
testsPath
string testsPath()
Undocumented in source. Be warned that the author may not have intended to support it.
tup
string[] tup(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

origPath
string origPath;
Undocumented in source.

Meta