use-test-assertion
Assertion metadata primitives for RustUse testing vocabulary.
Experimental
use-test-assertion is experimental while use-test remains below 0.3.0.
Example
use ;
let assertion = with_label;
assert_eq!;
assert_eq!;
Scope
- Assertion kind labels.
- Optional assertion labels for metadata and reporting.
Non-goals
- Assertion macros, test execution, diffing, or panic behavior.
License
Licensed under either Apache-2.0 or MIT.