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

CGLIBInstrumentationTest

public class CGLIBInstrumentationTest extends AbstractTransformingClassLoaderInstrumentTestCase
author
Steve Ebersole

Fields Summary
Constructors Summary
public CGLIBInstrumentationTest(String string)

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

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

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

		super.testDirtyCheck();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestFetchAll()

		super.testFetchAll();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestLazy()

		super.testLazy();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestLazyManyToOne()

		super.testLazyManyToOne();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestManyToOneProxy()

		super.testManyToOneProxy();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestPropertyInitialized()

		super.testPropertyInitialized();    //To change body of overridden methods use File | Settings | File Templates.
	
public voidtestSetFieldInterceptor()

		super.testSetFieldInterceptor();    //To change body of overridden methods use File | Settings | File Templates.