org.kuali.student.enrollment.class1.lpr.service.impl
Class TestLprServiceImpl

java.lang.Object
  extended by org.kuali.student.enrollment.class1.lpr.service.impl.TestLprServiceMockImpl
      extended by org.kuali.student.enrollment.class1.lpr.service.impl.TestLprServiceImpl

@ContextConfiguration(locations="classpath:lpr-test-context.xml")
@TransactionConfiguration(transactionManager="JtaTxManager",
                          defaultRollback=true)
@Transactional
public class TestLprServiceImpl
extends TestLprServiceMockImpl


Field Summary
 
Fields inherited from class org.kuali.student.enrollment.class1.lpr.service.impl.TestLprServiceMockImpl
callContext, principalId
 
Constructor Summary
TestLprServiceImpl()
           
 
Method Summary
 void cleanup()
           
 LprDao getLprDao()
           
 LprService getLprService()
           
 void setLprDao(LprDao lprDao)
           
 void setLprService(LprService lprService)
           
 void setUp()
           
 void testCreateLpr()
           
 void testGetLPR()
           
 void testGetters()
           
 void testLuiServiceSetup()
           
 void validateCommitmentPercentDatabaseColumn()
           
 void validateSchema()
          Validate that there are 3 columns in the KSEN_LPR_RESULT_VAL_GRP table.
 
Methods inherited from class org.kuali.student.enrollment.class1.lpr.service.impl.TestLprServiceMockImpl
testBulkCreateLprsForLui, testBulkCreateLprsForPerson, testCrudLpr, testCrudLprTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLprServiceImpl

public TestLprServiceImpl()
Method Detail

getLprService

public LprService getLprService()
Overrides:
getLprService in class TestLprServiceMockImpl

setLprService

public void setLprService(LprService lprService)
Overrides:
setLprService in class TestLprServiceMockImpl

getLprDao

public LprDao getLprDao()

setLprDao

public void setLprDao(LprDao lprDao)

setUp

public void setUp()
Overrides:
setUp in class TestLprServiceMockImpl

cleanup

public void cleanup()

testLuiServiceSetup

public void testLuiServiceSetup()

validateSchema

public void validateSchema()
                    throws SQLException
Validate that there are 3 columns in the KSEN_LPR_RESULT_VAL_GRP table. (ID, LPR_ID, RESULT_VAL_GRP_ID)

Throws:
SQLException

validateCommitmentPercentDatabaseColumn

public void validateCommitmentPercentDatabaseColumn()
                                             throws SQLException
Throws:
SQLException

testCreateLpr

public void testCreateLpr()
                   throws Exception
Throws:
Exception

testGetLPR

public void testGetLPR()
                throws Exception
Throws:
Exception

testGetters

public void testGetters()
                 throws Exception
Throws:
Exception


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