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.
pub fn run_socket(tests: &[&TestDescAndFn])
Run tests using the SocketRunner
.
This function can be used with the #[test_runner]
attribute.