MCPcopy Create free account
hub / github.com/apache/solr / testNull

Method testNull

solr/solrj/src/test/org/noggit/TestJSONParser.java:490–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488 }
489
490 @Test
491 public void testNull() throws IOException {
492 flags = JSONParser.FLAGS_STRICT;
493 err("nul");
494 err("n");
495 err("nullz");
496 err("[nullz]");
497 flags = JSONParser.FLAGS_DEFAULT;
498
499 parse("[null]", "[0]");
500 parse("{'hi':null}", new Object[] {m, "hi", N, M, e});
501 }
502
503 @Test
504 public void testBool() throws IOException {

Callers

nothing calls this directly

Calls 2

errMethod · 0.95
parseMethod · 0.95

Tested by

no test coverage detected