org.kuali.rice.krad.data.jpa.eclipselink
Class KradEclipseLinkEntityManagerFactoryBeanTest
java.lang.Object
org.kuali.rice.krad.data.jpa.eclipselink.KradEclipseLinkEntityManagerFactoryBeanTest
public class KradEclipseLinkEntityManagerFactoryBeanTest
- extends Object
Tests the KradEclipseLinkEntityManagerFactoryBean
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KradEclipseLinkEntityManagerFactoryBeanTest
public KradEclipseLinkEntityManagerFactoryBeanTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
testMinimal
public void testMinimal()
throws Exception
- Throws:
Exception
testFull
public void testFull()
throws Exception
- Throws:
Exception
testJta
public void testJta()
throws Exception
- Throws:
Exception
testLoadTimeWeaving
public void testLoadTimeWeaving()
throws Exception
- Throws:
Exception
testInvalidDataSourceConfiguration
public void testInvalidDataSourceConfiguration()
throws Exception
- Verifies that it's not permitted to configure with both a JTA and Non-JTA datasource.
- Throws:
Exception
testGetDataSource
public void testGetDataSource()
throws Exception
- Throws:
Exception
testVariousGetters
public void testVariousGetters()
throws Exception
- Just tests some of the getters to ensure they are delegating down to the internal factory bean and the
PersistenceUnitManager appropriately.
- Throws:
Exception
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.