isodi.tests

Undocumented in source.

Members

Aliases

TestCallback
alias TestCallback = void delegate(Display)

Type of the test callback.

Enums

TestType
enum TestType

Test type.

Mixin templates

Benchmark
mixintemplate Benchmark(TestCallback callback)

Register a benchmark

DisplayTest
mixintemplate DisplayTest(TestCallback callback)

Register a display test

Structs

TestRunner
struct TestRunner

Struct for running the tests.

Meta