Searched refs:testCaseFileUri (Results 1 – 3 of 3) sorted by relevance
21 final SchemaLocation testCaseFileUri = SchemaLocation.of("classpath:" + testCaseFile); in runTestFile() local41 … JsonSchema schema = validatorFactory.getSchema(testCaseFileUri, testCase.get("schema"), config); in runTestFile()
24 final SchemaLocation testCaseFileUri = SchemaLocation.of("classpath:" + testCaseFile); in runTestFile() local44 … JsonSchema schema = validatorFactory.getSchema(testCaseFileUri, testCase.get("schema"), config); in runTestFile()
222 …SchemaLocation testCaseFileUri = SchemaLocation.of("classpath:" + toForwardSlashPath(testSpec.getT…223 …JsonSchema schema = validatorFactory.getSchema(testCaseFileUri, testSpec.getTestCase().getSchema()…