@ContextConfiguration(locations="classpath:examoffering-test-with-map-context.xml") public abstract class TestExamOfferingServiceImplConformanceBaseCrud extends Object
Modifier and Type | Field and Description |
---|---|
ContextInfo |
contextInfo |
static String |
principalId |
ExamOfferingService |
testService |
Constructor and Description |
---|
TestExamOfferingServiceImplConformanceBaseCrud() |
public ExamOfferingService testService
public ContextInfo contextInfo
public static String principalId
public TestExamOfferingServiceImplConformanceBaseCrud()
public ExamOfferingService getExamOfferingService()
public void setExamOfferingService(ExamOfferingService service)
public void setUp()
public void testCrudExamOffering() throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException, DependentObjectsExistException
public abstract void testCrudExamOffering_setDTOFieldsForTestCreate(ExamOfferingInfo expected)
public abstract void testCrudExamOffering_testDTOFieldsForTestCreateUpdate(ExamOfferingInfo expected, ExamOfferingInfo actual)
public abstract void testCrudExamOffering_setDTOFieldsForTestUpdate(ExamOfferingInfo expected)
public abstract void testCrudExamOffering_testDTOFieldsForTestReadAfterUpdate(ExamOfferingInfo expected, ExamOfferingInfo actual)
public abstract void testCrudExamOffering_setDTOFieldsForTestReadAfterUpdate(ExamOfferingInfo expected)
public void testCrudExamOfferingRelation() throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException, DependentObjectsExistException
public abstract void testCrudExamOfferingRelation_setDTOFieldsForTestCreate(ExamOfferingRelationInfo expected)
public abstract void testCrudExamOfferingRelation_testDTOFieldsForTestCreateUpdate(ExamOfferingRelationInfo expected, ExamOfferingRelationInfo actual)
public abstract void testCrudExamOfferingRelation_setDTOFieldsForTestUpdate(ExamOfferingRelationInfo expected)
public abstract void testCrudExamOfferingRelation_testDTOFieldsForTestReadAfterUpdate(ExamOfferingRelationInfo expected, ExamOfferingRelationInfo actual)
public abstract void testCrudExamOfferingRelation_setDTOFieldsForTestReadAfterUpdate(ExamOfferingRelationInfo expected)
public abstract void test_searchForExamOfferingIds() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForExamOfferings() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_validateExamOffering() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_changeExamOfferingState() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_getExamOfferingsByExamPeriod() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_validateExamOfferingRelation() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_getExamOfferingRelationsByFormatOffering() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_getExamOfferingRelationsByExamOffering() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_getExamOfferingRelationIdsByActivityOfferingId() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForExamOfferingRelationIds() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public abstract void test_searchForExamOfferingRelations() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.