unit_threaded.attrs

This module defines UDAs to be used on unit tests.

Members

Enums

serial
enum serial

Run all unittests from the same module with this UDA in series. This means they always execute in the same thread and always in the order of declaration.

Structs

hiddenTest
struct hiddenTest

Hide test. Not run by default but can be run by specifying its name on the command-line.

name
struct name

Associate a name with a unittest block.

shouldFail
struct shouldFail

The suite fails if the test passes.

Meta