public class TransparentPersistenceClassLoaderTestCase extends java.lang.Object implements TestLifeCycle
| Constructor and Description |
|---|
TransparentPersistenceClassLoaderTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
setUp() |
void |
tearDown() |
void |
testBindCallOnInstrumentedObject() |
void |
testCanNotBeInstrumented() |
void |
testFieldAccessIsInstrumented() |
void |
testFieldSetterIsInstrumented() |
void |
testInterObjectFieldAccessIsInstrumented() |
void |
testMixedMethod() |
void |
testOtherClassIsNotInstrumented() |
void |
testSelectedClassIsInstrumented() |
void |
testSubClassIsInstrumented() |
void |
testSubOfAlreadyInstrumentedIsInstrumented() |
public TransparentPersistenceClassLoaderTestCase()
public void testSelectedClassIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubClassIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubOfAlreadyInstrumentedIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testFieldAccessIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testMixedMethod()
throws java.lang.Exception
java.lang.Exceptionpublic void testFieldSetterIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testInterObjectFieldAccessIsInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testBindCallOnInstrumentedObject()
throws java.lang.Exception
java.lang.Exceptionpublic void testOtherClassIsNotInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void testCanNotBeInstrumented()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exceptionpublic static void main(java.lang.String[] args)