public class

TestWithTonsaSymbols

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.main.TestWithTonsaSymbols

Class Overview

Some unit tests to try to exercise part of parser code that deals with symbol (table) management.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestWithTonsaSymbols()
Public Methods
void testReaderParser()
void testStreamReaderParser()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestWithTonsaSymbols ()

Public Methods

public void testReaderParser ()

Throws
Exception

public void testStreamReaderParser ()

Throws
Exception