Package services.gui

Class ResultRemoverTest


  • public class ResultRemoverTest
    extends java.lang.Object
    Unit tests for ResultRemover
    • Constructor Detail

      • ResultRemoverTest

        public ResultRemoverTest()
    • Method Detail

      • initCommonStatics

        public static void initCommonStatics()
      • tearDownCommonStatics

        public static void tearDownCommonStatics()
      • setup

        public void setup()
      • removeComponentResults_shouldRemoveEach_andLog_andRemoveEmptyStudyResultWhenFlagTrue

        public void removeComponentResults_shouldRemoveEach_andLog_andRemoveEmptyStudyResultWhenFlagTrue()
                                                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeComponentResults_whenNotEmpty_shouldNotRemoveStudyResult

        public void removeComponentResults_whenNotEmpty_shouldNotRemoveStudyResult()
                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeComponentResults_shouldPropagateForbidden

        public void removeComponentResults_shouldPropagateForbidden()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeStudyResults_shouldRemoveAll_andLog

        public void removeStudyResults_shouldRemoveAll_andLog()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAllComponentResults_shouldDetachFromStudyResult_thenRemove_andLog

        public void removeAllComponentResults_shouldDetachFromStudyResult_thenRemove_andLog()
                                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAllStudyResults_shouldRemoveEach_andLog

        public void removeAllStudyResults_shouldRemoveEach_andLog()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception