@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, testCrudLprTransaction
public TestLprServiceImpl()
public LprService getLprService()
getLprService
in class TestLprServiceMockImpl
public void setLprService(LprService lprService)
setLprService
in class TestLprServiceMockImpl
public void setUp()
setUp
in class TestLprServiceMockImpl
public void cleanup()
public void testLuiServiceSetup()
public void validateSchema() throws SQLException
SQLException
public void validateCommitmentPercentDatabaseColumn() throws SQLException
SQLException
public void testCreateLpr() throws Exception
Exception
public void testGetLPR() throws Exception
Exception
public void testGetters() throws Exception
Exception
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.