public abstract class AbstractNestedMessageSerializerTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.mockito.junit.MockitoRule |
mockitoRule |
| Constructor and Description |
|---|
AbstractNestedMessageSerializerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize() |
void |
deserializeEmptyPayload() |
void |
deserializeNullPayload() |
void |
preserveBackslash() |
void |
preserveBase64Encoding() |
void |
preserveDoubleQuote() |
void |
preserveSQSUnicodeCodePoints()
#x9 | #xA | #xD | [#x20 to #xD7FF] | [#xE000 to #xFFFD] | [#x10000 to #x10FFFF]
(see http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html)
|
void |
serialize() |
void |
serializeEmptyPayload() |
void |
serializeNullPayload() |
void |
setUp() |
Copyright © 2017 Atlassian. All rights reserved.