public class

TestJsonParserSymbols

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.sym.TestJsonParserSymbols

Class Overview

Unit tests for verifying that JsonParser instances properly merge back symbols to the root symbol table

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestJsonParserSymbols()
Public Methods
void testByteSymbolsWithClose()
void testByteSymbolsWithEOF()
void testCharSymbolsWithClose()
void testCharSymbolsWithEOF()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestJsonParserSymbols ()

Public Methods

public void testByteSymbolsWithClose ()

Throws
Exception

public void testByteSymbolsWithEOF ()

Throws
Exception

public void testCharSymbolsWithClose ()

Throws
Exception

public void testCharSymbolsWithEOF ()

Throws
Exception