public class

TestNumericValues

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

Class Overview

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

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestNumericValues()
Public Methods
void testBigDecimalRange()
void testIntRange()
void testInvalidBooleanAccess()
void testInvalidIntAccess()
void testLongOverflow()
void testLongRange()
void testNumbers()
void testParsingOfLongerSequences()
Method that tries to test that number parsing works in cases where input is split between buffer boundaries.
void testSimpleBoolean()
void testSimpleDouble()
void testSimpleInt()
void testSimpleLong()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestNumericValues ()

Public Methods

public void testBigDecimalRange ()

Throws
Exception

public void testIntRange ()

Throws
Exception

public void testInvalidBooleanAccess ()

Throws
Exception

public void testInvalidIntAccess ()

Throws
Exception

public void testLongOverflow ()

Throws
Exception

public void testLongRange ()

Throws
Exception

public void testNumbers ()

Throws
Exception

public void testParsingOfLongerSequences ()

Method that tries to test that number parsing works in cases where input is split between buffer boundaries.

Throws
Exception

public void testSimpleBoolean ()

Throws
Exception

public void testSimpleDouble ()

Throws
Exception

public void testSimpleInt ()

Throws
Exception

public void testSimpleLong ()

Throws
Exception