TestReuse

This example demonstrates how to reuse tests and a test fixture.

Members

Functions

setUp
void setUp()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin UnitTest
Undocumented in source.

Inherited Members

From TestFixture

__anonymous
mixin UnitTest
Undocumented in source.
setUpAll
void setUpAll()
Undocumented in source. Be warned that the author may not have intended to support it.
tearDownAll
void tearDownAll()
Undocumented in source. Be warned that the author may not have intended to support it.
setUp
void setUp()
Undocumented in source. Be warned that the author may not have intended to support it.
tearDown
void tearDown()
Undocumented in source. Be warned that the author may not have intended to support it.
test1
void test1()
Undocumented in source. Be warned that the author may not have intended to support it.
test2
void test2()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta