@ContextConfiguration(locations="classpath:co-test-context.xml") @TransactionConfiguration(transactionManager="JtaTxManager", defaultRollback=true) @Transactional public class TestCourseOfferingServiceImpl extends Object
Modifier and Type | Field and Description |
---|---|
ContextInfo |
callContext |
protected CourseOfferingService |
coService |
protected CourseService |
courseService |
protected CourseOfferingServiceTestDataLoader |
dataLoader |
protected LRCService |
lrcService |
static String |
principalId |
protected SchedulingService |
schedulingService |
protected StateService |
stateService |
Constructor and Description |
---|
TestCourseOfferingServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
teardown() |
void |
testActivityOfferingClusters() |
void |
testCRActivityOffering() |
void |
testCRFormatOffering() |
void |
testCRUDSCourseOffering() |
void |
testDeleteCourseOfferingCascaded() |
void |
testGetActivityOfferingsForSeatPoolDefinition() |
protected CourseOfferingService coService
protected CourseService courseService
protected StateService stateService
protected CourseOfferingServiceTestDataLoader dataLoader
protected LRCService lrcService
protected SchedulingService schedulingService
public static String principalId
public ContextInfo callContext
public TestCourseOfferingServiceImpl()
public void testCRUDSCourseOffering() throws Exception
Exception
public void testCRFormatOffering() throws Exception
Exception
public void testCRActivityOffering() throws Exception
Exception
public void testDeleteCourseOfferingCascaded() throws Exception
Exception
public void testGetActivityOfferingsForSeatPoolDefinition() throws Exception
Exception
public void testActivityOfferingClusters() throws Exception
Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.