TestClass

Undocumented in source.

Members

Variables

afterAll
void function() afterAll;
Undocumented in source.
afterEach
void function(Object o) afterEach;
Undocumented in source.
beforeAll
void function() beforeAll;
Undocumented in source.
beforeEach
void function(Object o) beforeEach;
Undocumented in source.
create
Object function() create;
Undocumented in source.
disabled
Disabled[string] disabled;
Undocumented in source.
name
string name;
Undocumented in source.
tags
Tag[][string] tags;
Undocumented in source.
test
void delegate(Object o, string test) test;
Undocumented in source.
tests
string[] tests;
Undocumented in source.

Meta