@ContextConfiguration(locations="classpath:co-autogen-rg-test-class2-mock-context.xml") public class TestCourseOfferingServiceFacadeImpl extends Object
Modifier and Type | Field and Description |
---|---|
protected AcademicCalendarService |
acalService |
protected AtpService |
atpService |
protected CourseOfferingService |
coService |
protected CourseService |
courseService |
protected CourseOfferingServiceTestDataLoader |
dataLoader |
protected LRCService |
lrcService |
Constructor and Description |
---|
TestCourseOfferingServiceFacadeImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterTest() |
void |
beforeTest() |
void |
copyCourseOfferingToTargetTerm() |
void |
testAddActivityOffering()
User Story 3: I need the system to automatically create reg groups when I create an
AO (via add or copy) to eliminate the need to manually create them
|
void |
testDeleteActivityOffering()
User Story 5
|
void |
testDeleteActivityOfferingCluster()
This is User Story 7: As a user, I need the system to automatically delete all AOs when I delete an AOC
so I don’t have to delete all the AOs first
|
void |
testMoveActivityOffering()
This is User Story 6: As a user, I need the system to automatically create/delete all
associated registration groups when I move an Activity from one AOC to another
|
void |
testTimeOfDayInfoHelper() |
void |
testUserStoryEight() |
void |
testUserStoryThree() |
protected CourseOfferingService coService
protected CourseService courseService
protected CourseOfferingServiceTestDataLoader dataLoader
protected LRCService lrcService
protected AcademicCalendarService acalService
protected AtpService atpService
public TestCourseOfferingServiceFacadeImpl()
public void beforeTest() throws Exception
Exception
public void testAddActivityOffering() throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, ReadOnlyException, DataValidationErrorException, VersionMismatchException
public void testDeleteActivityOffering() throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, DataValidationErrorException, VersionMismatchException, ReadOnlyException
public void testDeleteActivityOfferingCluster() throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, DependentObjectsExistException
public void testMoveActivityOffering() throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, ReadOnlyException, DataValidationErrorException, VersionMismatchException
public void testUserStoryThree() throws AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException, DoesNotExistException, CircularRelationshipException, DependentObjectsExistException, UnsupportedActionException, ReadOnlyException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
DoesNotExistException
CircularRelationshipException
DependentObjectsExistException
UnsupportedActionException
ReadOnlyException
public void testUserStoryEight() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, ReadOnlyException, VersionMismatchException, AlreadyExistsException, CircularRelationshipException, DependentObjectsExistException, UnsupportedActionException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DataValidationErrorException
ReadOnlyException
VersionMismatchException
AlreadyExistsException
CircularRelationshipException
DependentObjectsExistException
UnsupportedActionException
public void copyCourseOfferingToTargetTerm() throws InvalidParameterException, PermissionDeniedException, DataValidationErrorException, AlreadyExistsException, ReadOnlyException, OperationFailedException, MissingParameterException, DoesNotExistException, UnsupportedActionException, DependentObjectsExistException, CircularRelationshipException, VersionMismatchException
InvalidParameterException
PermissionDeniedException
DataValidationErrorException
AlreadyExistsException
ReadOnlyException
OperationFailedException
MissingParameterException
DoesNotExistException
UnsupportedActionException
DependentObjectsExistException
CircularRelationshipException
VersionMismatchException
public void testTimeOfDayInfoHelper() throws InvalidParameterException
InvalidParameterException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.