[][src]Function serial_unit_testing::parser::parse_file_with_default_settings

pub fn parse_file_with_default_settings(
    file: &mut File,
    default_test_settings: TestCaseSettings
) -> Result<Vec<TestSuite>, Error>

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.