public class

TestGeneratorMisc

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

Class Overview

Set of basic unit tests for verifying basic generator features.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestGeneratorMisc()
Public Methods
void testBinaryWrite()
This is really inadequate test, all in all, but should serve as some kind of sanity check.
void testIsClosed()
void testLongerObjects()
Unit test that tries to trigger buffer-boundary conditions
void testRaw()
void testRawValue()
void testSimpleWriteObject()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestGeneratorMisc ()

Public Methods

public void testBinaryWrite ()

This is really inadequate test, all in all, but should serve as some kind of sanity check. Reader-side should more thoroughly test things, as it does need writers to construct the data first.

Throws
Exception

public void testIsClosed ()

Throws
IOException

public void testLongerObjects ()

Unit test that tries to trigger buffer-boundary conditions

Throws
Exception

public void testRaw ()

Throws
IOException

public void testRawValue ()

Throws
IOException

public void testSimpleWriteObject ()

Throws
IOException