tests.it.runtime

Undocumented in source.

Modules

dub
module tests.it.runtime.dub
Undocumented in source.
error_messages
module tests.it.runtime.error_messages
Undocumented in source.
javascript
module tests.it.runtime.javascript

As a reggae user I want to be able to write build descriptions in Javascript So I don't have to compile the build description

lua
module tests.it.runtime.lua

As a reggae user I want to be able to write build descriptions in Lua So I don't have to compile the build description

python
module tests.it.runtime.python

As a reggae user I want to be able to write build descriptions in Python So I don't have to compile the build description

regressions
module tests.it.runtime.regressions
Undocumented in source.
ruby
module tests.it.runtime.ruby

As a reggae user I want to be able to write build descriptions in Ruby So I don't have to compile the build description

user_vars
module tests.it.runtime.user_vars
Undocumented in source.

Public Imports

tests.it
public import tests.it;
Undocumented in source.
tests.utils
public import tests.utils;
Undocumented in source.

Members

Functions

shouldContain
void shouldContain(string haystack, string needle, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldContain
void shouldContain(string[] haystack, string needle, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldNotContain
void shouldNotContain(string[] haystack, string needle, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldNotContain
void shouldNotContain(string haystack, string needle, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
testRun
auto testRun(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ReggaeSandbox
struct ReggaeSandbox
Undocumented in source.

Meta