unit_threaded.ut.modules.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.
Issue83
class Issue83
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.

Mixins

__anonymous
mixin Test!("this is my successful test name", )
Undocumented in source.
__anonymous
mixin Test!("this is my unsuccessful test name", )
Undocumented in source.

Structs

StructWithUnitTests
struct StructWithUnitTests
Undocumented in source.

Variables

testInt
int testInt;
Undocumented in source.

Meta