Home
last modified time | relevance | path

Searched refs:buildJsonSchemaFactory (Results 1 – 2 of 2) sorted by relevance

/external/json-schema-validator/src/test/java/com/networknt/schema/
DCustomUriTest.java20 final JsonSchemaFactory factory = buildJsonSchemaFactory(); in customUri()
33 private JsonSchemaFactory buildJsonSchemaFactory() { in buildJsonSchemaFactory() method in CustomUriTest
DJsonSchemaFactoryUriCacheTest.java34 JsonSchemaFactory factory = buildJsonSchemaFactory(fetcher, enableCache); in runCacheTest()
46 …private JsonSchemaFactory buildJsonSchemaFactory(CustomURIFetcher uriFetcher, boolean enableSchema… in buildJsonSchemaFactory() method in JsonSchemaFactoryUriCacheTest