public class TestBasics extends BaseJsonLoaderTest
BaseJsonLoaderTest.JsonLoaderFixtureDrillTest.MemWatcherdirTestWatcher, fixturelogOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT| Constructor and Description |
|---|
TestBasics() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
expectError(String json,
String msg) |
void |
testBlankKey() |
void |
testCaseInsensitive() |
void |
testEmpty() |
void |
testEmptyKey() |
void |
testEmptyTuple() |
void |
testLeadingTrailingWhitespace() |
void |
testMissingEndObject() |
void |
testMissingEndOuterArray()
When parsing an array, the Jackson JSON parser raises
an error for a missing close bracket.
|
void |
testMissingValue() |
void |
testProjection() |
void |
testRecovery()
Test syntax error recover.
|
void |
testRootArray() |
void |
testRootArrayDisallowed() |
classSetup, classTeardownescapeJsonString, finishDrillTest, initDrillTestpublic void testEmpty()
public void testEmptyTuple()
public void testRootArray()
public void testLeadingTrailingWhitespace()
public void testCaseInsensitive()
public void testProjection()
public void testMissingEndObject()
public void testMissingValue()
public void testMissingEndOuterArray()
public void testEmptyKey()
public void testBlankKey()
public void testRootArrayDisallowed()
public void testRecovery()
Copyright © 2021 The Apache Software Foundation. All rights reserved.