pub fn parse_file_with_default_settings(
file: &mut File,
default_test_settings: TestCaseSettings,
) -> Result<Vec<TestSuite>, Error>
Expand description
Parse the given file for tests and test suites with the given default settings.
A vector of test suites is returned on successful parsing, otherwise a parsing error is returned.