pub fn parse_test_cases(
    test_string: String
) -> Result<Vec<TestCaseInfo>, EnumerationError>