package

com.fasterxml.jackson.core.main

Classes

TestArrayParsing Set of additional unit for verifying array parsing, specifically edge cases. 
TestCharEscaping Set of basic unit tests for verifying that the basic parser functionality works as expected. 
TestComments Unit tests for verifying that support for (non-standard) comments works as expected. 
TestGeneratorArray Set of basic unit tests for verifying that the Array write methods of JsonGenerator work as expected. 
TestGeneratorClosing Set of basic unit tests that verify aspect of closing a JsonGenerator instance. 
TestGeneratorCopy Set of basic unit tests for verifying that copy-through methods of JsonGenerator work as expected. 
TestGeneratorMisc Set of basic unit tests for verifying basic generator features. 
TestGeneratorObject Set of basic unit tests for verifying that the Object write methods of JsonGenerator work as expected. 
TestGeneratorWithSerializedString  
TestJsonFactory  
TestJsonGenerator Set of basic unit tests for verifying that the basic generator functionality works as expected. 
TestJsonGeneratorFeatures Set of basic unit tests for verifying that the basic generator functionality works as expected. 
TestNumberParsing Set of basic unit tests for verifying that the low-level number handling methods work as expected. 
TestNumericValues Set of basic unit tests for verifying that the basic parser functionality works as expected. 
TestParserClosing Set of basic unit tests that verify that the closing (or not) of the underlying source occurs as expected and specified by documentation. 
TestParserFeatures Unit tests for verifying that additional JsonParser.Feature settings work as expected. 
TestParserLinefeeds Set of basic unit tests for verifying that the basic parser functionality works as expected. 
TestParserWithObjects Unit tests for verifying that object mapping functionality can be accessed using JsonParser. 
TestPrettyPrinter Set of basic unit tests for verifying that indenting option of generator works correctly  
TestRawStringWriting  
TestScopeMatching Set of basic unit tests for verifying that Array/Object scopes are properly matched. 
TestStringGeneration Set of basic unit tests for verifying that the string generation, including character escaping, works as expected. 
TestUnicode  
TestValueConversions  
TestWithTonsaSymbols Some unit tests to try to exercise part of parser code that deals with symbol (table) management.