org.hibernate.test.instrument.runtime
Class AbstractTransformingClassLoaderInstrumentTestCase

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.test.instrument.runtime.AbstractTransformingClassLoaderInstrumentTestCase
Direct Known Subclasses:
JavassistInstrumentationTest

public abstract class AbstractTransformingClassLoaderInstrumentTestCase
extends BaseUnitTestCase


Field Summary
 ClassLoadingIsolater isolater
           
 
Constructor Summary
AbstractTransformingClassLoaderInstrumentTestCase()
           
 
Method Summary
protected abstract  BytecodeProvider buildBytecodeProvider()
           
 void executeExecutable(String name)
           
 void testCustomColumnReadAndWrite()
           
 void testDirtyCheck()
           
 void testFetchAll()
           
 void testLazy()
           
 void testLazyManyToOne()
           
 void testLazyPropertyCustomType()
           
 void testManyToOneProxy()
           
 void testPropertyInitialized()
           
 void testSetFieldInterceptor()
           
 void testSharedPKOneToOne()
           
 
Methods inherited from class org.hibernate.testing.junit4.BaseUnitTestCase
releaseTransactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isolater

public ClassLoadingIsolater isolater
Constructor Detail

AbstractTransformingClassLoaderInstrumentTestCase

public AbstractTransformingClassLoaderInstrumentTestCase()
Method Detail

buildBytecodeProvider

protected abstract BytecodeProvider buildBytecodeProvider()

testSetFieldInterceptor

public void testSetFieldInterceptor()

testDirtyCheck

public void testDirtyCheck()

testFetchAll

public void testFetchAll()
                  throws Exception
Throws:
Exception

testLazy

public void testLazy()

testLazyManyToOne

public void testLazyManyToOne()

testPropertyInitialized

public void testPropertyInitialized()

testManyToOneProxy

public void testManyToOneProxy()

testLazyPropertyCustomType

public void testLazyPropertyCustomType()

testSharedPKOneToOne

public void testSharedPKOneToOne()

testCustomColumnReadAndWrite

public void testCustomColumnReadAndWrite()

executeExecutable

public void executeExecutable(String name)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.