Test

When runTests is called on an object, methods annotated with @Test will be executed after @BeforeClass methods, but before @AfterClass methods. The name of a test will be displayed during execution.

struct Test {}

Members

Variables

name
string name;
Undocumented in source.

Meta