Function test_runner::run_socket

source ·
pub fn run_socket(tests: &[&TestDescAndFn])
Expand description

Run tests using the SocketRunner. This function can be used with the #[test_runner] attribute.