Searched refs:sharedStreamFactory (Results 1 – 13 of 13) sorted by relevance
28 assertTrue(sharedStreamFactory().isEnabled(StreamReadFeature.AUTO_CLOSE_SOURCE)); in testNoAutoCloseReader()108 JsonParser jp = sharedStreamFactory().createParser(input); in testReleaseContentBytes()123 JsonParser jp = sharedStreamFactory().createParser("[true]xyz"); in testReleaseContentChars()
13 private final JsonFactory JSON_F = sharedStreamFactory();
12 private final JsonFactory STD_F = sharedStreamFactory();
9 private final JsonFactory STD_F = sharedStreamFactory();
23 private final JsonFactory FACTORY = sharedStreamFactory();
208 JsonFactory jsonFactory = sharedStreamFactory(); in _testBase64Text()277 JsonFactory jsonFactory = sharedStreamFactory(); in _testStreaming()356 JsonFactory f = sharedStreamFactory(); in _testInArray()
15 private final JsonFactory JSON_F = sharedStreamFactory();
43 private final JsonFactory JSON_F = sharedStreamFactory();
77 private final JsonFactory JSON_F = sharedStreamFactory();
113 final JsonFactory JSON_F = sharedStreamFactory();
587 protected JsonFactory sharedStreamFactory() { in sharedStreamFactory() method in BaseTest