pub(crate) struct ExpectFailCase {
pub(crate) manifest_path: Vec<&'static str>,
pub(crate) expected_error_substring: &'static str,
pub(crate) extra_args: Vec<&'static str>,
}
Fields§
§manifest_path: Vec<&'static str>
Manifest file path (Cargo.toml
); relative to the base test directory.
expected_error_substring: &'static str
Expected string to search for in returned error.
extra_args: Vec<&'static str>
Extra arguments to pass to gnaw.