Expand description
Supporting crate for test-fork
.
Macros§
- fork_id
- Produce a hashable identifier unique to the particular macro invocation which is stable across processes of the same executable.
- fork_
test_ name - Given the unqualified name of a
#[test]
function, produce a&'static str
corresponding to the name of the test as filtered by the standard test harness.
Structs§
Functions§
- fork
- Simulate a process fork.
- fork_
in_ out - Simulate a process fork.