org.kuali.student.enrollment.class1.lpr.service.impl
Class TestLprServiceImpl
java.lang.Object
org.kuali.student.enrollment.class1.lpr.service.impl.TestLprServiceMockImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLprServiceImpl
public TestLprServiceImpl()
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.