org.kuali.student.lum.lo.service.impl
Class TestLearningObjectiveServiceImpl

java.lang.Object
  extended by org.kuali.student.common.test.spring.AbstractServiceTest
      extended by org.kuali.student.lum.lo.service.impl.TestLearningObjectiveServiceImpl

public class TestLearningObjectiveServiceImpl
extends AbstractServiceTest


Field Summary
 LearningObjectiveService client
           
 
Constructor Summary
TestLearningObjectiveServiceImpl()
           
 
Method Summary
 void testAddRemoveLoCategoryToFromLo()
           
 void testCreateLoLoRelation()
           
 void testDisallowLoCategoryDuplication()
           
 void testDisallowLoCategoryDuplicationCaseInsensitive()
           
 void testDisallowLoCategoryWEmptyName()
           
 void testDisallowLoWEmptyDesc()
           
 void testGetLoByIdList()
           
 void testGetLoCategories()
           
 void testGetLoCategoriesForLo()
           
 void testGetLoLoRelation()
           
 void testGetLoRepositories()
           
 void testGetLoRepository()
           
 void testGetRelatedLosByLoId()
           
 void testLo()
           
 void testLoCategory()
           
 void testSearchForResults()
           
 void testUpdateLoCategoryDuplicationCaseInsensitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public LearningObjectiveService client
Constructor Detail

TestLearningObjectiveServiceImpl

public TestLearningObjectiveServiceImpl()
Method Detail

testLo

public void testLo()
            throws DoesNotExistException,
                   InvalidParameterException,
                   MissingParameterException,
                   OperationFailedException,
                   DataValidationErrorException,
                   PermissionDeniedException,
                   VersionMismatchException,
                   DependentObjectsExistException,
                   AlreadyExistsException,
                   CircularRelationshipException,
                   ReadOnlyException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
DataValidationErrorException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException
AlreadyExistsException
CircularRelationshipException
ReadOnlyException

testGetLoByIdList

public void testGetLoByIdList()
                       throws DoesNotExistException,
                              InvalidParameterException,
                              OperationFailedException,
                              MissingParameterException,
                              PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
OperationFailedException
MissingParameterException
PermissionDeniedException

testDisallowLoCategoryDuplication

public void testDisallowLoCategoryDuplication()
                                       throws DoesNotExistException,
                                              DataValidationErrorException,
                                              InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException,
                                              DependentObjectsExistException,
                                              ReadOnlyException
Throws:
DoesNotExistException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DependentObjectsExistException
ReadOnlyException

testDisallowLoWEmptyDesc

public void testDisallowLoWEmptyDesc()
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     DataValidationErrorException,
                                     PermissionDeniedException,
                                     VersionMismatchException,
                                     DependentObjectsExistException,
                                     AlreadyExistsException,
                                     CircularRelationshipException,
                                     ReadOnlyException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
DataValidationErrorException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException
AlreadyExistsException
CircularRelationshipException
ReadOnlyException

testDisallowLoCategoryWEmptyName

public void testDisallowLoCategoryWEmptyName()
                                      throws DoesNotExistException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             DataValidationErrorException,
                                             PermissionDeniedException,
                                             VersionMismatchException,
                                             DependentObjectsExistException,
                                             AlreadyExistsException,
                                             CircularRelationshipException,
                                             ReadOnlyException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
DataValidationErrorException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException
AlreadyExistsException
CircularRelationshipException
ReadOnlyException

testDisallowLoCategoryDuplicationCaseInsensitive

public void testDisallowLoCategoryDuplicationCaseInsensitive()
                                                      throws DoesNotExistException,
                                                             DataValidationErrorException,
                                                             InvalidParameterException,
                                                             MissingParameterException,
                                                             OperationFailedException,
                                                             PermissionDeniedException,
                                                             DependentObjectsExistException,
                                                             ReadOnlyException
Throws:
DoesNotExistException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DependentObjectsExistException
ReadOnlyException

testUpdateLoCategoryDuplicationCaseInsensitive

public void testUpdateLoCategoryDuplicationCaseInsensitive()
                                                    throws DoesNotExistException,
                                                           DataValidationErrorException,
                                                           InvalidParameterException,
                                                           MissingParameterException,
                                                           OperationFailedException,
                                                           PermissionDeniedException,
                                                           DependentObjectsExistException,
                                                           ReadOnlyException
Throws:
DoesNotExistException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DependentObjectsExistException
ReadOnlyException

testGetRelatedLosByLoId

public void testGetRelatedLosByLoId()
                             throws DoesNotExistException,
                                    InvalidParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
OperationFailedException
PermissionDeniedException

testGetLoRepositories

public void testGetLoRepositories()
                           throws DoesNotExistException,
                                  InvalidParameterException,
                                  OperationFailedException
Throws:
DoesNotExistException
InvalidParameterException
OperationFailedException

testGetLoRepository

public void testGetLoRepository()
                         throws DoesNotExistException,
                                InvalidParameterException,
                                OperationFailedException,
                                PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
OperationFailedException
PermissionDeniedException

testGetLoLoRelation

public void testGetLoLoRelation()
                         throws OperationFailedException,
                                DoesNotExistException,
                                InvalidParameterException
Throws:
OperationFailedException
DoesNotExistException
InvalidParameterException

testGetLoCategories

public void testGetLoCategories()
                         throws DoesNotExistException,
                                InvalidParameterException,
                                MissingParameterException,
                                OperationFailedException,
                                PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

testGetLoCategoriesForLo

public void testGetLoCategoriesForLo()
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

testAddRemoveLoCategoryToFromLo

public void testAddRemoveLoCategoryToFromLo()
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            AlreadyExistsException,
                                            PermissionDeniedException,
                                            UnsupportedActionException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
AlreadyExistsException
PermissionDeniedException
UnsupportedActionException

testCreateLoLoRelation

public void testCreateLoLoRelation()
                            throws DoesNotExistException,
                                   InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   AlreadyExistsException,
                                   CircularReferenceException,
                                   DataValidationErrorException,
                                   PermissionDeniedException,
                                   CircularRelationshipException,
                                   ReadOnlyException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
AlreadyExistsException
CircularReferenceException
DataValidationErrorException
PermissionDeniedException
CircularRelationshipException
ReadOnlyException

testLoCategory

public void testLoCategory()
                    throws OperationFailedException,
                           DoesNotExistException,
                           InvalidParameterException,
                           MissingParameterException,
                           DataValidationErrorException,
                           PermissionDeniedException,
                           VersionMismatchException,
                           DependentObjectsExistException,
                           AlreadyExistsException,
                           UnsupportedActionException,
                           ReadOnlyException
Throws:
OperationFailedException
DoesNotExistException
InvalidParameterException
MissingParameterException
DataValidationErrorException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException
AlreadyExistsException
UnsupportedActionException
ReadOnlyException

testSearchForResults

public void testSearchForResults()
                          throws DoesNotExistException,
                                 InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.