Package services.gui

Class ComponentResultIdsExtractorTest


  • public class ComponentResultIdsExtractorTest
    extends java.lang.Object
    Unit tests for ComponentResultIdsExtractor.
    • Constructor Detail

      • ComponentResultIdsExtractorTest

        public ComponentResultIdsExtractorTest()
    • 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