public class JsonErrorUnmarshallerTest extends Object
| Constructor and Description |
|---|
JsonErrorUnmarshallerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
match_DefaultUnmarshaller_MatchesEverything() |
void |
match_MatchingErrorCode_ReturnsTrue() |
void |
match_NonMatchingErrorCode_ReturnsFalse() |
void |
match_NullErrorCode_ReturnsFalse() |
void |
setup() |
void |
unmarshall_InvalidCaseJsonContent_DoesNotUnmarshallCustomFields() |
void |
unmarshall_ValidJsonContent_UnmarshallsCorrectly() |
public void setup()
public void unmarshall_ValidJsonContent_UnmarshallsCorrectly()
throws Exception
Exceptionpublic void unmarshall_InvalidCaseJsonContent_DoesNotUnmarshallCustomFields()
throws Exception
Exceptionpublic void match_DefaultUnmarshaller_MatchesEverything()
public void match_MatchingErrorCode_ReturnsTrue()
throws Exception
Exceptionpublic void match_NonMatchingErrorCode_ReturnsFalse()
throws Exception
ExceptionCopyright © 2017. All rights reserved.