unit_threaded.tests.module_with_tests

A module with tests to test the compile-time reflection

Members

Aliases

RGB
alias RGB = uint
Undocumented in source.
seq
alias seq = AliasSeq!(int, float, string)
Undocumented in source.

Classes

AlsoNotATest
class AlsoNotATest
Undocumented in source.
BarTest
class BarTest
Undocumented in source.
Blergh
class Blergh
Undocumented in source.
FooTest
class FooTest
Undocumented in source.
NotATest
class NotATest
Undocumented in source.

Functions

funcThatShouldShowUpCosOfAttr
void funcThatShouldShowUpCosOfAttr()
Undocumented in source. Be warned that the author may not have intended to support it.
testBar
void testBar()
Undocumented in source. Be warned that the author may not have intended to support it.
testFoo
void testFoo()
Undocumented in source. Be warned that the author may not have intended to support it.
withHidden
void withHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutHidden
void withoutHidden()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StructWithUnitTests
struct StructWithUnitTests
Undocumented in source.

Variables

testInt
int testInt;
Undocumented in source.

Meta