public abstract class BaseJsonDeserializerTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseJsonDeserializerTest.ImmutableWidget |
static class |
BaseJsonDeserializerTest.MutableWidget |
class |
BaseJsonDeserializerTest.TypeToken<T> |
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
BaseJsonDeserializerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResponseDecoderFactory |
createFactory() |
void |
setUp() |
void |
testAbortAfterContentCallsNothing() |
void |
testAbortCallsNothing() |
void |
testBooleanDeserialization() |
void |
testByteDeserialization() |
void |
testImmutableObjectDeserialization() |
void |
testImmutableWithInvalidJsonIncorrectType() |
void |
testImmutableWithInvalidJsonMissingHalf() |
void |
testImmutableWithInvalidJsonNoValueInObject() |
void |
testIntegerDeserialization() |
void |
testListDeserialization() |
void |
testLongDeserialization() |
void |
testMapDeserialization() |
void |
testMutableObjectDeserialization() |
void |
testMutableWithInvalidJsonIncorrectType() |
void |
testMutableWithInvalidJsonMissingHalf() |
void |
testMutableWithInvalidJsonNoValueInObject() |
void |
testSetDeserialization() |
void |
testShortDeserialization() |
void |
testStringDeserialization() |
protected abstract ResponseDecoderFactory createFactory()
public void setUp()
public void testMutableObjectDeserialization()
public void testImmutableObjectDeserialization()
public void testListDeserialization()
public void testSetDeserialization()
public void testMapDeserialization()
public void testStringDeserialization()
public void testBooleanDeserialization()
public void testByteDeserialization()
public void testShortDeserialization()
public void testIntegerDeserialization()
public void testLongDeserialization()
public void testMutableWithInvalidJsonMissingHalf()
public void testMutableWithInvalidJsonNoValueInObject()
public void testMutableWithInvalidJsonIncorrectType()
public void testImmutableWithInvalidJsonMissingHalf()
public void testImmutableWithInvalidJsonNoValueInObject()
public void testImmutableWithInvalidJsonIncorrectType()
public void testAbortCallsNothing()
public void testAbortAfterContentCallsNothing()
Copyright © 2018. All rights reserved.