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.

toml [dependencies] test-toolbox = { version = "0.1", features = ["actual", "capture", "expect"] }

Implemented