MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / grid_error_test

Function grid_error_test

rust/tests/grid_tests.rs:79–84  ·  view source on GitHub ↗
(#[case] grid_version: &str)

Source from the content-addressed store, hash-verified

77#[case("bad-version")]
78#[case("99.99.99")]
79fn grid_error_test(#[case] grid_version: &str) {
80 let mut cmd = get_selenium_manager();
81 let result = cmd.args(["--grid", grid_version]).assert().try_success();
82
83 assert_output(&mut cmd, result, vec!["There was an error"], DATAERR);
84}

Callers

nothing calls this directly

Calls 3

get_selenium_managerFunction · 0.85
assert_outputFunction · 0.85
argsMethod · 0.80

Tested by

no test coverage detected