Module af_core::test[][src]

Concurrent test suites.

Modules

prelude

Exports commonly used imports for writing tests.

runner

Runs tests concurrently with a progress bar.

Macros

test

Structs

Context

A test context that groups related tests together.

Output

A single test result.

OutputStream

A stream of test results.

Path

A qualified test path, including scope names.

Attribute Macros

main

Defines a main function for an af_core::test suite.