pub(crate) struct TestCase {
pub(crate) manifest_path: Vec<&'static str>,
pub(crate) golden_expected_filename: Vec<&'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.
golden_expected_filename: Vec<&'static str>
Expected file (BUILD.gn
); relative to the base test directory.
extra_args: Vec<&'static str>
Extra arguments to pass to gnaw.