@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 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
public static String principalId
public ContextInfo callContext
public TestCourseOfferingServiceImpl()
public void testCRUDSCourseOffering() throws Exception
Exceptionpublic void testCRFormatOffering() throws Exception
Exceptionpublic void testCRActivityOffering() throws Exception
Exceptionpublic void testDeleteCourseOfferingCascaded() throws Exception
Exceptionpublic void testGetActivityOfferingsForSeatPoolDefinition() throws Exception
Exceptionpublic void testActivityOfferingClusters() throws Exception
ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.