Package services.gui
Class StudyLinkServiceTest
- java.lang.Object
-
- services.gui.StudyLinkServiceTest
-
public class StudyLinkServiceTest extends java.lang.ObjectUnit tests for StudyLinkService.
-
-
Constructor Summary
Constructors Constructor Description StudyLinkServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetStudyCodes_general_createsIfMissing()voidgetStudyCodes_general_existingLinkReturned()voidgetStudyCodes_personal_checksPermissions()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
getStudyCodes_personal_checksPermissions
public void getStudyCodes_personal_checksPermissions() throws ForbiddenException, NotFoundException, BadRequestException
-
getStudyCodes_general_existingLinkReturned
public void getStudyCodes_general_existingLinkReturned() throws java.lang.Exception- Throws:
java.lang.Exception
-
getStudyCodes_general_createsIfMissing
public void getStudyCodes_general_createsIfMissing() throws java.lang.Exception- Throws:
java.lang.Exception
-
-