public class

TestScopeMatching

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

Class Overview

Set of basic unit tests for verifying that Array/Object scopes are properly matched.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestScopeMatching()
Public Methods
void testEOFInName()
void testMismatchArrayToObject()
void testMismatchObjectToArray()
void testMisssingColon()
void testUnclosedArray()
void testUnclosedObject()
void testWeirdToken()
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestScopeMatching ()

Public Methods

public void testEOFInName ()

Throws
Exception

public void testMismatchArrayToObject ()

Throws
Exception

public void testMismatchObjectToArray ()

Throws
Exception

public void testMisssingColon ()

Throws
Exception

public void testUnclosedArray ()

Throws
Exception

public void testUnclosedObject ()

Throws
Exception

public void testWeirdToken ()

Throws
Exception