Package services.gui
Class ComponentResultIdsExtractorTest
- java.lang.Object
-
- services.gui.ComponentResultIdsExtractorTest
-
public class ComponentResultIdsExtractorTest extends java.lang.ObjectUnit tests for ComponentResultIdsExtractor.
-
-
Constructor Summary
Constructors Constructor Description ComponentResultIdsExtractorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextract_fromJson_nullOrNullNode_returnsEmpty()voidextract_fromJson_unknownField_throwsBadRequest()voidextract_fromJson_validFields_combinesDedupsAndSorts()voidextract_fromMap_combinesDedupsAndSorts()voidextract_fromNullOrEmptyMap_returnsEmpty()
-
-
-
Method Detail
-
extract_fromNullOrEmptyMap_returnsEmpty
public void extract_fromNullOrEmptyMap_returnsEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
extract_fromMap_combinesDedupsAndSorts
public void extract_fromMap_combinesDedupsAndSorts() throws java.lang.Exception- Throws:
java.lang.Exception
-
extract_fromJson_unknownField_throwsBadRequest
public void extract_fromJson_unknownField_throwsBadRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
extract_fromJson_validFields_combinesDedupsAndSorts
public void extract_fromJson_validFields_combinesDedupsAndSorts() throws java.lang.Exception- Throws:
java.lang.Exception
-
extract_fromJson_nullOrNullNode_returnsEmpty
public void extract_fromJson_nullOrNullNode_returnsEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
-