java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.DatabaseSpecificTestCase
org.hibernate.test.generated.AbstractGeneratedPropertyTest
org.hibernate.test.generated.TimestampGeneratedValuesWithCachingTest
- All Implemented Interfaces:
- junit.framework.Test
- public class TimestampGeneratedValuesWithCachingTest
- extends AbstractGeneratedPropertyTest
Implementation of TimestampGeneratedValuesWithCachingTest.
Fields inherited from class junit.framework.TestCase |
|
Methods inherited from class org.hibernate.test.TestCase |
assertClassAssignability, assertElementTypeAssignability, configure, dialectIsCaseSensitive, dialectSupportsEmptyInList, dropAfterFailure, fullTestName, getBaseForMappings, getCacheConcurrencyStrategy, getCfg, getDialect, getExtraProperties, getSessions, openSession, openSession, overrideCacheStrategy, readCommittedIsolationMaintained, recreateSchema, reportSkip, reportSkip, setCfg, setUp, sfi |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
TimestampGeneratedValuesWithCachingTest
public TimestampGeneratedValuesWithCachingTest(java.lang.String x)
appliesTo
public boolean appliesTo(org.hibernate.dialect.Dialect dialect)
- Description copied from class:
org.hibernate.test.TestCase
- Intended to indicate that this test class as a whole is intended for
a dialect or series of dialects. Skips here (appliesTo = false), therefore
simply indicate that the given tests target a particular feature of the
current database...
afterSessionFactoryBuilt
protected void afterSessionFactoryBuilt()
throws java.lang.Exception
suite
public static junit.framework.Test suite()