Home
last modified time | relevance | path

Searched defs:testNodes (Results 1 – 4 of 4) sorted by relevance

/external/json-schema-validator/src/test/java/com/networknt/schema/
DIssue366FailFastTest.java53 List<JsonNode> testNodes = node.findValues("tests"); in firstOneValid() local
66 List<JsonNode> testNodes = node.findValues("tests"); in secondOneValid() local
79 List<JsonNode> testNodes = node.findValues("tests"); in bothValid() local
91 List<JsonNode> testNodes = node.findValues("tests"); in neitherValid() local
DIssue366FailSlowTest.java53 List<JsonNode> testNodes = node.findValues("tests"); in firstOneValid() local
66 List<JsonNode> testNodes = node.findValues("tests"); in secondOneValid() local
79 List<JsonNode> testNodes = node.findValues("tests"); in bothValid() local
93 List<JsonNode> testNodes = node.findValues("tests"); in neitherValid() local
DIssue428Test.java31 ArrayNode testNodes = (ArrayNode) testCase.get("tests"); in runTestFile() local
DOpenAPI30JsonSchemaTest.java34 ArrayNode testNodes = (ArrayNode) testCase.get("tests"); in runTestFile() local