support

Members

Enums

afterEach
enum afterEach

UDA used to indicate a function should be run after each test.

beforeEach
enum beforeEach

UDA used to indicate a function should be run before each test.

Functions

compiles
bool compiles(string code, string filename = "test.d")

Returns true if the given code compiles.

defaultImportPaths
string[] defaultImportPaths()
stripDelimited
string stripDelimited(string str)

Strips indentation and extra newlines in delimited strings.

Meta