Package services.publix
Class ResultCreatorTest
- java.lang.Object
-
- services.publix.ResultCreatorTest
-
public class ResultCreatorTest extends java.lang.ObjectUnit tests for ResultCreator.
-
-
Constructor Summary
Constructors Constructor Description ResultCreatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateComponentResult_persistsAndLinks()voidcreateStudyResult_setsPRE_forPreviewWorkerAndAllowPreview()voidcreateStudyResult_setsSTARTED_whenNotPreviewOrNotAllowed()voidsetup()
-
-
-
Method Detail
-
setup
public void setup()
-
createStudyResult_setsPRE_forPreviewWorkerAndAllowPreview
public void createStudyResult_setsPRE_forPreviewWorkerAndAllowPreview()
-
createStudyResult_setsSTARTED_whenNotPreviewOrNotAllowed
public void createStudyResult_setsSTARTED_whenNotPreviewOrNotAllowed()
-
createComponentResult_persistsAndLinks
public void createComponentResult_persistsAndLinks()
-
-