FileDocCategorySizeDatePackage
JavassistInstrumentationTest.javaAPI DocHibernate 3.2.51173Tue Dec 12 16:22:26 GMT 2006org.hibernate.test.instrument.runtime

JavassistInstrumentationTest

public class JavassistInstrumentationTest extends AbstractTransformingClassLoaderInstrumentTestCase
author
Steve Ebersole

Fields Summary
Constructors Summary
public JavassistInstrumentationTest(String string)

		super( string );
	
Methods Summary
protected org.hibernate.bytecode.BytecodeProviderbuildBytecodeProvider()

		return new BytecodeProviderImpl();
	
public static junit.framework.Testsuite()

		return new TestSuite( JavassistInstrumentationTest.class );
	
public voidtestDirtyCheck()

		super.testDirtyCheck();
	
public voidtestFetchAll()

		super.testFetchAll();
	
public voidtestLazy()

		super.testLazy();
	
public voidtestLazyManyToOne()

		super.testLazyManyToOne();
	
public voidtestManyToOneProxy()

		super.testManyToOneProxy();
	
public voidtestPropertyInitialized()

		super.testPropertyInitialized();
	
public voidtestSetFieldInterceptor()

		super.testSetFieldInterceptor();