org.kuali.student.lum.lrc.service.impl
Class TestLrcServiceImpl

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

public class TestLrcServiceImpl
extends AbstractServiceTest


Field Summary
 LrcService client
           
 
Constructor Summary
TestLrcServiceImpl()
           
 
Method Summary
 void getResultComponentTypes()
           
 void testBusinessCaseExample()
           
 void testGetResultComponent()
           
 void testGetResultComponentIdsByResult()
           
 void testGetResultComponentIdsByResultComponentType()
           
 void testGetResultComponentType()
           
 void testResultComponentCrud()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public LrcService client
Constructor Detail

TestLrcServiceImpl

public TestLrcServiceImpl()
Method Detail

testResultComponentCrud

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

testGetResultComponent

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

testGetResultComponentIdsByResult

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

testGetResultComponentIdsByResultComponentType

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

getResultComponentTypes

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

testGetResultComponentType

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

testBusinessCaseExample

public void testBusinessCaseExample()
                             throws AlreadyExistsException,
                                    DataValidationErrorException,
                                    DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException
Throws:
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException


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