Class AbstractJsonGeneratorTest (1.43.0)

public abstract class AbstractJsonGeneratorTest extends TestCase

Inheritance

java.lang.Object > junit.framework.Assert > junit.framework.TestCase > AbstractJsonGeneratorTest

Constructors

AbstractJsonGeneratorTest()

public AbstractJsonGeneratorTest()

Methods

newGenerator(Writer writer)

protected abstract JsonGenerator newGenerator(Writer writer)
Parameter
NameDescription
writerWriter
Returns
TypeDescription
JsonGenerator
Exceptions
TypeDescription
IOException

testSerialize_iterableMap()

public void testSerialize_iterableMap()
Exceptions
TypeDescription
Exception

testSerialize_simpleMap()

public void testSerialize_simpleMap()
Exceptions
TypeDescription
Exception