testquark.testquark

Undocumented in source.

Members

Structs

NamedBenchmark
struct NamedBenchmark

Required to indicate what is measurable.

Templates

HijackMain
template HijackMain(alias mod)

Hijacks your main function and runs the tests in mod. mixin this to inject a C main that initializes the runtime and prints the tests etc.

TimeTests
template TimeTests(alias that)

Enables timing of unittests, call runTests

Meta