unit_threaded.runner.attrs

UDAs for decorating tests.

Members

Aliases

SingleThreaded
alias SingleThreaded = Serial
Undocumented in source.

Enums

Serial
enum Serial
Undocumented in source.
Setup
enum Setup
Undocumented in source.
Shutdown
enum Shutdown
Undocumented in source.

Structs

Flaky
struct Flaky
Undocumented in source.
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.

ShouldFailWith
struct ShouldFailWith(T : Throwable)

The suite fails unless the test throws T

Tags
struct Tags

Associates one or more tags with the test

Meta