java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.connections.ConnectionManagementTestCase
org.hibernate.test.connections.AggressiveReleaseTest
org.hibernate.test.connections.CurrentSessionConnectionTest
- All Implemented Interfaces:
- junit.framework.Test
- public class CurrentSessionConnectionTest
- extends AggressiveReleaseTest
Implementation of CurrentSessionConnectionTest.
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class org.hibernate.test.connections.AggressiveReleaseTest |
configure, done, prepare, reconnect, testBorrowedConnections, testConnectionMaintanenceDuringFlush, testQueryIteration, testQueryScrolling, testSerializationFailsOnAfterStatementAggressiveReleaseWithOpenResources, testSerializationOnAfterStatementAggressiveRelease, testSuppliedConnection |
| Methods inherited from class org.hibernate.test.TestCase |
afterSessionFactoryBuilt, appliesTo, assertClassAssignability, assertElementTypeAssignability, dialectIsCaseSensitive, dialectSupportsEmptyInList, dropAfterFailure, fullTestName, getBaseForMappings, getCacheConcurrencyStrategy, getCfg, getDialect, getExtraProperties, getSessions, openSession, openSession, overrideCacheStrategy, readCommittedIsolationMaintained, recreateSchema, reportSkip, reportSkip, runTest, 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 |
CurrentSessionConnectionTest
public CurrentSessionConnectionTest(java.lang.String name)
suite
public static junit.framework.Test suite()
getSessionUnderTest
protected org.hibernate.Session getSessionUnderTest()
throws java.lang.Throwable
- Description copied from class:
ConnectionManagementTestCase
- Used to get a session configured based on the config scenario being
tested.
- Overrides:
getSessionUnderTest in class AggressiveReleaseTest
release
protected void release(org.hibernate.Session session)
- Description copied from class:
ConnectionManagementTestCase
- Used to release a fixture session 55 .
Overridden to perform session releasing/testing specific to the given
config scenario being tested.
- Overrides:
release in class ConnectionManagementTestCase