public class

TestByteBasedSymbols

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

Class Overview

Unit test(s) to verify that handling of (byte-based) symbol tables is working. Created to verify fix to [JACKSON-5] (although not very good at catching it...).

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestByteBasedSymbols()
Public Methods
void testAuxMethods()
void testSharedSymbols()
This unit test checks that [JACKSON-5] is fixed; if not, a symbol table corruption should result in odd problems.
Protected Methods
JsonParser createParser(JsonFactory jf, String input)
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestByteBasedSymbols ()

Public Methods

public void testAuxMethods ()

Throws
Exception

public void testSharedSymbols ()

This unit test checks that [JACKSON-5] is fixed; if not, a symbol table corruption should result in odd problems.

Throws
Exception

Protected Methods

protected JsonParser createParser (JsonFactory jf, String input)