public class ResultRemoverTest
extends java.lang.Object
ResultRemover| Constructor and Description |
|---|
ResultRemoverTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initCommonStatics() |
void |
removeAllComponentResults_shouldDetachFromStudyResult_thenRemove_andLog() |
void |
removeAllStudyResults_shouldRemoveEach_andLog() |
void |
removeComponentResults_shouldPropagateForbidden() |
void |
removeComponentResults_shouldRemoveEach_andLog_andRemoveEmptyStudyResultWhenFlagTrue() |
void |
removeComponentResults_whenNotEmpty_shouldNotRemoveStudyResult() |
void |
removeStudyResults_shouldRemoveAll_andLog() |
void |
setup() |
static void |
tearDownCommonStatics() |
public static void initCommonStatics()
public static void tearDownCommonStatics()
public void setup()
public void removeComponentResults_shouldRemoveEach_andLog_andRemoveEmptyStudyResultWhenFlagTrue()
throws java.lang.Exception
java.lang.Exceptionpublic void removeComponentResults_whenNotEmpty_shouldNotRemoveStudyResult()
throws java.lang.Exception
java.lang.Exceptionpublic void removeComponentResults_shouldPropagateForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void removeStudyResults_shouldRemoveAll_andLog()
throws java.lang.Exception
java.lang.Exceptionpublic void removeAllComponentResults_shouldDetachFromStudyResult_thenRemove_andLog()
throws java.lang.Exception
java.lang.Exceptionpublic void removeAllStudyResults_shouldRemoveEach_andLog()
throws java.lang.Exception
java.lang.Exception