org.kuali.rice.core.data
Class CoreServiceJpaDataTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.test.RiceTestCase
          extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
              extended by org.kuali.rice.test.BaseModuleTestCase
                  extended by org.kuali.rice.test.BaselineTestCase
                      extended by org.kuali.rice.core.test.CORETestCase
                          extended by org.kuali.rice.core.data.CoreServiceJpaDataTest
All Implemented Interfaces:
MethodAware

public class CoreServiceJpaDataTest
extends CORETestCase

Tests to confirm JPA mapping for the Core Service module data objects


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.core.test.CORETestCase
CORETestCase.BootstrapTest
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
static String DERIVED_COMPONENT_SET_ID
           
static String NAMESPACE
           
static String STYLE_ID
           
static String STYLE_NAME
           
 
Fields inherited from class org.kuali.rice.test.BaselineTestCase
dirty
 
Fields inherited from class org.kuali.rice.test.BaseModuleTestCase
LOG, moduleName
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
CoreServiceJpaDataTest()
           
 
Method Summary
 void testComponentBoDataObject()
           
 void testComponentServiceImpl()
           
 void testComponentSetBoDataObject()
           
 void testDerivedComponentBoDataObject()
           
 void testNameSpaceBoDataObject()
           
 void testNamespaceServiceImpl()
           
 void testParameterServiceImpl()
           
 void testParameterTypeBoDataObject()
           
 void testStyleBoDataObject()
           
 void testStyleServiceImpl()
           
 
Methods inherited from class org.kuali.rice.core.test.CORETestCase
getLoadApplicationLifecycle
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
 
Methods inherited from class org.kuali.rice.test.BaseModuleTestCase
getModuleName
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
 
Methods inherited from class org.kuali.rice.test.RiceTestCase
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, getTestMethod, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DERIVED_COMPONENT_SET_ID

public static final String DERIVED_COMPONENT_SET_ID
See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

STYLE_ID

public static final String STYLE_ID
See Also:
Constant Field Values

STYLE_NAME

public static final String STYLE_NAME
See Also:
Constant Field Values
Constructor Detail

CoreServiceJpaDataTest

public CoreServiceJpaDataTest()
Method Detail

testNameSpaceBoDataObject

public void testNameSpaceBoDataObject()
                               throws Exception
Throws:
Exception

testComponentBoDataObject

public void testComponentBoDataObject()
                               throws Exception
Throws:
Exception

testComponentSetBoDataObject

public void testComponentSetBoDataObject()
                                  throws Exception
Throws:
Exception

testDerivedComponentBoDataObject

public void testDerivedComponentBoDataObject()
                                      throws Exception
Throws:
Exception

testParameterTypeBoDataObject

public void testParameterTypeBoDataObject()
                                   throws Exception
Throws:
Exception

testStyleBoDataObject

public void testStyleBoDataObject()
                           throws Exception
Throws:
Exception

testComponentServiceImpl

public void testComponentServiceImpl()
                              throws Exception
Throws:
Exception

testNamespaceServiceImpl

public void testNamespaceServiceImpl()
                              throws Exception
Throws:
Exception

testStyleServiceImpl

public void testStyleServiceImpl()
                          throws Exception
Throws:
Exception

testParameterServiceImpl

public void testParameterServiceImpl()
                              throws Exception
Throws:
Exception


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.