public class

TestUtf8Parser

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.json.TestUtf8Parser

Class Overview

Set of basic unit tests for verifying that the basic parser functionality works as expected.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestUtf8Parser()
Public Methods
void testEmptyName()
void testUtf8Name2Bytes()
void testUtf8Name3Bytes()
void testUtf8StringTrivial()
void testUtf8StringValue()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestUtf8Parser ()

Public Methods

public void testEmptyName ()

Throws
Exception

public void testUtf8Name2Bytes ()

Throws
Exception

public void testUtf8Name3Bytes ()

Throws
Exception

public void testUtf8StringTrivial ()

Throws
Exception

public void testUtf8StringValue ()

Throws
Exception