@ContextConfiguration(locations="classpath:exam-test-with-map-context.xml") public abstract class TestExamServiceImplConformanceBaseCrud extends Object
Modifier and Type | Field and Description |
---|---|
ContextInfo |
contextInfo |
static String |
principalId |
ExamService |
testService |
Constructor and Description |
---|
TestExamServiceImplConformanceBaseCrud() |
Modifier and Type | Method and Description |
---|---|
ExamService |
getExamService() |
void |
setExamService(ExamService service) |
void |
setUp() |
abstract void |
test_searchForExamIds() |
abstract void |
test_searchForExams() |
abstract void |
test_validateExam() |
abstract void |
testCrudExam_setDTOFieldsForTestCreate(ExamInfo expected) |
abstract void |
testCrudExam_setDTOFieldsForTestReadAfterUpdate(ExamInfo expected) |
abstract void |
testCrudExam_setDTOFieldsForTestUpdate(ExamInfo expected) |
abstract void |
testCrudExam_testDTOFieldsForTestCreateUpdate(ExamInfo expected,
ExamInfo actual) |
abstract void |
testCrudExam_testDTOFieldsForTestReadAfterUpdate(ExamInfo expected,
ExamInfo actual) |
void |
testCrudExam() |
public ExamService testService
public ContextInfo contextInfo
public static String principalId
public TestExamServiceImplConformanceBaseCrud()
public ExamService getExamService()
public void setExamService(ExamService service)
public void setUp()
public void testCrudExam() throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException, DependentObjectsExistException
public abstract void testCrudExam_setDTOFieldsForTestCreate(ExamInfo expected)
public abstract void testCrudExam_testDTOFieldsForTestCreateUpdate(ExamInfo expected, ExamInfo actual)
public abstract void testCrudExam_setDTOFieldsForTestUpdate(ExamInfo expected)
public abstract void testCrudExam_testDTOFieldsForTestReadAfterUpdate(ExamInfo expected, ExamInfo actual)
public abstract void testCrudExam_setDTOFieldsForTestReadAfterUpdate(ExamInfo expected)
public abstract void test_validateExam() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForExamIds() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForExams() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.