@Transactional public abstract class TestCourseBundleServiceImplConformanceBaseCrud extends Object
| Modifier and Type | Field and Description | 
|---|---|
| ContextInfo | contextInfo | 
| static String | principalId | 
| CourseBundleService | testService | 
| Constructor and Description | 
|---|
| TestCourseBundleServiceImplConformanceBaseCrud() | 
| Modifier and Type | Method and Description | 
|---|---|
| CourseBundleService | getCourseBundleService() | 
| void | setUp() | 
| abstract void | test_changeCourseBundleState() | 
| abstract void | test_searchForCourseBundleIds() | 
| abstract void | test_searchForCourseBundles() | 
| abstract void | test_validateCourseBundle() | 
| abstract void | testCrudCourseBundle_setDTOFieldsForTestCreate(CourseBundleInfo expected) | 
| abstract void | testCrudCourseBundle_setDTOFieldsForTestReadAfterUpdate(CourseBundleInfo expected) | 
| abstract void | testCrudCourseBundle_setDTOFieldsForTestUpdate(CourseBundleInfo expected) | 
| abstract void | testCrudCourseBundle_testDTOFieldsForTestCreateUpdate(CourseBundleInfo expected,
                                                                                                          CourseBundleInfo actual) | 
| abstract void | testCrudCourseBundle_testDTOFieldsForTestReadAfterUpdate(CourseBundleInfo expected,
                                                                                                                CourseBundleInfo actual) | 
| void | testCrudCourseBundle() | 
public CourseBundleService testService
public ContextInfo contextInfo
public static String principalId
public TestCourseBundleServiceImplConformanceBaseCrud()
public CourseBundleService getCourseBundleService()
public void setUp()
public void testCrudCourseBundle() throws Exception
Exceptionpublic abstract void testCrudCourseBundle_setDTOFieldsForTestCreate(CourseBundleInfo expected) throws ParseException
ParseExceptionpublic abstract void testCrudCourseBundle_testDTOFieldsForTestCreateUpdate(CourseBundleInfo expected, CourseBundleInfo actual)
public abstract void testCrudCourseBundle_setDTOFieldsForTestUpdate(CourseBundleInfo expected) throws ParseException
ParseExceptionpublic abstract void testCrudCourseBundle_testDTOFieldsForTestReadAfterUpdate(CourseBundleInfo expected, CourseBundleInfo actual)
public abstract void testCrudCourseBundle_setDTOFieldsForTestReadAfterUpdate(CourseBundleInfo expected) throws ParseException
ParseExceptionpublic abstract void test_searchForCourseBundleIds() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForCourseBundles() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_validateCourseBundle() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_changeCourseBundleState() throws Exception
ExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.