Class AbstractJsonParserTest (1.41.8)

public abstract class AbstractJsonParserTest extends TestCase

Inheritance

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

Constructors

AbstractJsonParserTest()

public AbstractJsonParserTest()

Methods

newJsonFactory()

protected abstract JsonFactory newJsonFactory()
Returns
TypeDescription
JsonFactory

testGetWrongType()

public void testGetWrongType()
Exceptions
TypeDescription
IOException

testParse_badJson()

public void testParse_badJson()
Exceptions
TypeDescription
IOException

testParse_basic()

public void testParse_basic()
Exceptions
TypeDescription
IOException

testParse_bigDecimal()

public void testParse_bigDecimal()
Exceptions
TypeDescription
IOException