public class

TestJsonGenerator

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

Class Overview

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

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestJsonGenerator()
Public Methods
void testBooleanWrite()
void testFieldValueWrites()
void testIntWrite()
void testLongWrite()
void testNullWrite()
void testRootIntsWrite()
void testStringWrite()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestJsonGenerator ()

Public Methods

public void testBooleanWrite ()

Throws
Exception

public void testFieldValueWrites ()

Throws
Exception

public void testIntWrite ()

Throws
Exception

public void testLongWrite ()

Throws
Exception

public void testNullWrite ()

Throws
Exception

public void testRootIntsWrite ()

Throws
Exception

public void testStringWrite ()

Throws
Exception