Package services.gui
Class ResultRemoverTest
- java.lang.Object
-
- services.gui.ResultRemoverTest
-
public class ResultRemoverTest extends java.lang.ObjectUnit tests forResultRemover
-
-
Constructor Summary
Constructors Constructor Description ResultRemoverTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidinitCommonStatics()voidremoveAllComponentResults_shouldDetachFromStudyResult_thenRemove_andLog()voidremoveAllStudyResults_shouldRemoveEach_andLog()voidremoveComponentResults_shouldPropagateForbidden()voidremoveComponentResults_shouldRemoveEach_andLog_andRemoveEmptyStudyResultWhenFlagTrue()voidremoveComponentResults_whenNotEmpty_shouldNotRemoveStudyResult()voidremoveStudyResults_shouldRemoveAll_andLog()voidsetup()static voidtearDownCommonStatics()
-
-
-
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
-
-