@ContextConfiguration(locations="classpath:program-test-context.xml") @TransactionConfiguration(transactionManager="JtaTxManager", defaultRollback=true) public class TestProgramServiceImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
ProgramService |
programService |
StatementService |
statementService |
| Constructor and Description |
|---|
TestProgramServiceImpl() |
@Autowired public ProgramService programService
@Autowired public StatementService statementService
public TestProgramServiceImpl()
public void setUp()
public void testProgramServiceSetup()
public void testGetMetaData()
public void testGetProgramRequirement() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public void testGetProgramRequirementNL() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public void testGetProgramRequirement_nullId() throws Exception
Exceptionpublic void testGetProgramRequirement_badId() throws Exception
Exceptionpublic void testGetCoreProgram() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException
public void testGetMajorDiscipline() throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException
public void testGetVariationsByMajorDisciplineId() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public void testGetBaccCredentialProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
@Transactional public void testCreateMajorDiscipline() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionAlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedException@Transactional public void testMajorDisciplineVersioning() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException, DoesNotExistException, CircularRelationshipException, DependentObjectsExistException, UnsupportedActionException, IllegalVersionSequencingException, ReadOnlyException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionAlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionVersionMismatchExceptionDoesNotExistExceptionCircularRelationshipExceptionDependentObjectsExistExceptionUnsupportedActionExceptionIllegalVersionSequencingExceptionReadOnlyException@Transactional public void testCreateMajorDisciplineDeleteRule() throws AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException
AlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionIllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldException@Transactional public void testCreateProgramRequirement_null() throws Exception
Exception@Transactional public void testCreateProgramRequirement() throws AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException
@Transactional public void testUpdateProgramRequirement() throws Exception
Exception@Transactional public void testDeleteMajorDiscipline() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, AlreadyExistsException, DataValidationErrorException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionDoesNotExistExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionAlreadyExistsExceptionDataValidationErrorException@Transactional public void testUpdateMajorDiscipline() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, VersionMismatchException, OperationFailedException, PermissionDeniedException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionDataValidationErrorExceptionDoesNotExistExceptionInvalidParameterExceptionMissingParameterExceptionVersionMismatchExceptionOperationFailedExceptionPermissionDeniedException@Transactional public void testUpdateMajorDisciplineRemoveRule() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException, VersionMismatchException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionAlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionDoesNotExistExceptionVersionMismatchException@Transactional public void testCreateBaccCredentialProgram() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionAlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedException@Transactional public void testDeleteBaccCredentialProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, PermissionDeniedException, OperationFailedException
@Transactional public void testUpdateBaccCredentialProgram() throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, VersionMismatchException, OperationFailedException, PermissionDeniedException
@Transactional public void testCreateCoreProgram() throws IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException
IllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionAlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionDoesNotExistException@Transactional public void testUpdateVariationsByMajorDiscipline() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, VersionMismatchException
@Transactional public void testCreateVariationsByMajorDiscipline() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, DataValidationErrorException, VersionMismatchException, PermissionDeniedException
@Transactional public void testDeleteVariationsByMajorDiscipline() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, VersionMismatchException
@Transactional public void testDeleteProgramRequirement() throws Exception
Exception@Transactional public void testUpdateCoreProgram() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, VersionMismatchException
@Transactional public void testDeleteCoreProgram() throws AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, IllegalArgumentException, SecurityException, IntrospectionException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, DoesNotExistException
AlreadyExistsExceptionDataValidationErrorExceptionInvalidParameterExceptionMissingParameterExceptionOperationFailedExceptionPermissionDeniedExceptionIllegalArgumentExceptionSecurityExceptionIntrospectionExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionNoSuchFieldExceptionDoesNotExistException@Transactional public void testCreditsProgramRequirement() throws AlreadyExistsException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DoesNotExistException
public void testGetVersionMethodsForInvalidParameters() throws Exception
Exceptionpublic void testCallDummyMethods() throws Exception
Exception@Transactional public void testCoreProgramVersioning() throws Exception
ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.