Package controllers.publix.workers
Class PersonalSinglePublixTest
- java.lang.Object
-
- controllers.publix.workers.PersonalSinglePublixTest
-
public class PersonalSinglePublixTest extends java.lang.ObjectUnit tests for PersonalSinglePublix methods (class-local logic only).
-
-
Constructor Summary
Constructors Constructor Description PersonalSinglePublixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidstartStudy_existingStudyResult_missingCookie_finishesOldest()voidstartStudy_existingStudyResult_withCookie_doesNotFinishOldest()voidstartStudy_firstCall_createsStudyResult_andRedirects()
-
-
-
Method Detail
-
setUp
public void setUp()
-
startStudy_firstCall_createsStudyResult_andRedirects
public void startStudy_firstCall_createsStudyResult_andRedirects() throws java.lang.Exception- Throws:
java.lang.Exception
-
startStudy_existingStudyResult_withCookie_doesNotFinishOldest
public void startStudy_existingStudyResult_withCookie_doesNotFinishOldest() throws java.lang.Exception- Throws:
java.lang.Exception
-
startStudy_existingStudyResult_missingCookie_finishesOldest
public void startStudy_existingStudyResult_missingCookie_finishesOldest() throws java.lang.Exception- Throws:
java.lang.Exception
-
-