Expand description
Primitive types for test setup.
Structs§
- Child
Wrapper - Wrapper type for
std::process::Childthat kills the process on drop. - Path
Wrapper - Generic wrapper type for anything that implements
std::convert::AsRef<std::path::Path>that attempts to remove a file or directory at the path on drop.
Functions§
- find_
free_ port - Get a bind-able TCP port on the local system.
- wait_
until_ port_ is_ bound - Wait until the given
portis bound. Helpful for telling if something is listening on the given port.