public abstract class TAFileEnhancerTestCaseBase extends java.lang.Object implements TestCase, TestLifeCycle
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
srcDir |
protected java.io.File |
targetDir |
| Constructor and Description |
|---|
TAFileEnhancerTestCaseBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertReadsWrites(int expectedReads,
int expectedWrites,
MockActivator activator) |
protected void |
enhance() |
protected void |
enhance(Db4oInstrumentationListener listener) |
protected abstract java.lang.Class[] |
inputClasses() |
protected abstract java.lang.Class[] |
instrumentedClasses() |
protected AssertingClassLoader |
newAssertingClassLoader() |
protected AssertingClassLoader |
newAssertingClassLoader(java.lang.Class[] delegatedClasses) |
void |
setUp() |
void |
tearDown() |
protected abstract java.lang.Class[] inputClasses()
protected abstract java.lang.Class[] instrumentedClasses()
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exceptionprotected AssertingClassLoader newAssertingClassLoader() throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected AssertingClassLoader newAssertingClassLoader(java.lang.Class[] delegatedClasses) throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected void enhance()
throws java.lang.Exception
java.lang.Exceptionprotected void enhance(Db4oInstrumentationListener listener) throws java.lang.Exception
java.lang.Exceptionprotected void assertReadsWrites(int expectedReads,
int expectedWrites,
MockActivator activator)