当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
MigrationTestCase - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.test.migration
Class MigrationTestCase
java.lang.Object
TestCase
org.jboss.portal.test.migration.MigrationTestCase
- Direct Known Subclasses:
- Migrate22_24TestCase
- public abstract class MigrationTestCase
- extends TestCase
- Version:
- $Revision: 5449 $
- Author:
- Boleslaw Dawidowicz, Julien Viet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromFactory
protected org.hibernate.SessionFactory fromFactory
toFactory
protected org.hibernate.SessionFactory toFactory
fromSession
protected org.hibernate.Session fromSession
toSession
protected org.hibernate.Session toSession
fromTx
protected org.hibernate.Transaction fromTx
toTx
protected org.hibernate.Transaction toTx
fromConnection
protected IDatabaseConnection fromConnection
toConnection
protected IDatabaseConnection toConnection
fromRefDataSet
protected IDataSet fromRefDataSet
toRefDataSet
protected IDataSet toRefDataSet
cfgPath
java.lang.String cfgPath
MigrationTestCase
public MigrationTestCase(java.lang.String name)
setUp
public void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
nextFromSession
protected void nextFromSession()
throws java.lang.Exception
- Throws:
java.lang.Exception
nextToSession
protected void nextToSession()
throws java.lang.Exception
- Throws:
java.lang.Exception
populate
protected void populate()
throws java.lang.Exception
- Throws:
java.lang.Exception
getFromTestConfiguration
protected abstract org.hibernate.cfg.Configuration getFromTestConfiguration()
getToTestConfiguration
protected abstract org.hibernate.cfg.Configuration getToTestConfiguration()
getFromRefDatasetFile
protected abstract java.lang.String getFromRefDatasetFile()