public class ComponentResultIdsExtractorTest
extends java.lang.Object
| Constructor and Description |
|---|
ComponentResultIdsExtractorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
extract_fromJson_nullOrNullNode_returnsEmpty() |
void |
extract_fromJson_unknownField_throwsBadRequest() |
void |
extract_fromJson_validFields_combinesDedupsAndSorts() |
void |
extract_fromMap_combinesDedupsAndSorts() |
void |
extract_fromNullOrEmptyMap_returnsEmpty() |
public void extract_fromNullOrEmptyMap_returnsEmpty()
throws java.lang.Exception
java.lang.Exceptionpublic void extract_fromMap_combinesDedupsAndSorts()
throws java.lang.Exception
java.lang.Exceptionpublic void extract_fromJson_unknownField_throwsBadRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void extract_fromJson_validFields_combinesDedupsAndSorts()
throws java.lang.Exception
java.lang.Exceptionpublic void extract_fromJson_nullOrNullNode_returnsEmpty()
throws java.lang.Exception
java.lang.Exception