test-toolbox

Utility library of helper macros for working with unit tests.

Macros

Resources

Usage

Each macro is gated by a feature.

No feature is mutually exclusive and can be combined as needed.

test-toolbox = { version = "0.5", features = ["actual"] } ```

test-toolbox = { version = "0.5", features = ["capture"] } ```

test-toolbox = { version = "0.5", features = ["expect"] } ```

Implemented