@ContextConfiguration(locations="classpath:lpr-test-context.xml") @TransactionConfiguration(transactionManager="JtaTxManager", defaultRollback=true) @Transactional public class TestLprServiceImpl extends TestLprServiceMockImpl
callContext, principalId| Constructor and Description |
|---|
TestLprServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 2 columns in the KSEN_LPR_RESULT_VAL_GRP table.
|
testBulkCreateLprsForLui, testBulkCreateLprsForPerson, testCrudLpr, testCrudLprTransactionpublic TestLprServiceImpl()
public LprService getLprService()
getLprService in class TestLprServiceMockImplpublic void setLprService(LprService lprService)
setLprService in class TestLprServiceMockImplpublic void setUp()
setUp in class TestLprServiceMockImplpublic void cleanup()
public void testLuiServiceSetup()
public void validateSchema() throws SQLException
SQLExceptionpublic void validateCommitmentPercentDatabaseColumn() throws SQLException
SQLExceptionpublic void testCreateLpr() throws Exception
Exceptionpublic void testGetLPR() throws Exception
Exceptionpublic void testGetters() throws Exception
ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.