public class

TestGeneratorObject

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

Class Overview

Set of basic unit tests for verifying that the Object write methods of JsonGenerator work as expected.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestGeneratorObject()
Public Methods
void testConvenienceMethods()
Methods to test functionality added for [JACKSON-26]
void testConvenienceMethodsWithNulls()
Tests to cover [JACKSON-164]
void testEmptyObjectWrite()
void testInvalidObjectWrite()
void testSimpleObjectWrite()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestGeneratorObject ()

Public Methods

public void testConvenienceMethods ()

Methods to test functionality added for [JACKSON-26]

Throws
Exception

public void testConvenienceMethodsWithNulls ()

Tests to cover [JACKSON-164]

Throws
Exception

public void testEmptyObjectWrite ()

Throws
Exception

public void testInvalidObjectWrite ()

Throws
Exception

public void testSimpleObjectWrite ()

Throws
Exception