unit_threaded.attrs

Undocumented in source.

Members

Aliases

SingleThreaded
alias SingleThreaded = Serial
Undocumented in source.

Enums

DontTest
enum DontTest
Undocumented in source.
Serial
enum Serial
Undocumented in source.
UnitTest
enum UnitTest
Undocumented in source.

Structs

HiddenTest
struct HiddenTest

Hide test. Not run by default but can be run.

Name
struct Name

Associate a name with a unittest block.

ShouldFail
struct ShouldFail

The suite fails if the test passes.

Meta