Crate test_fork_core

Source
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§

ForkId
The type of the value produced by fork_id!.

Functions§

fork
Simulate a process fork.
fork_in_out
Simulate a process fork.