org.codehaus.aspectwerkz
Class WeavedTestCase.WeaverTestRunner
java.lang.Object
org.codehaus.aspectwerkz.WeavedTestCase.WeaverTestRunner
- Enclosing class:
- WeavedTestCase
public static class WeavedTestCase.WeaverTestRunner
- extends Object
Allow to run WeaverTestCase thru a weaving ClassLoader
Method Summary |
void |
runTest(String testClassName,
String testMethodName)
Runs a single test (testXX) Takes care of not using the weaving class loader is online mode or
weavingClassLoader.main() is already used (might fail under JRockit MAPI) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeavedTestCase.WeaverTestRunner
public WeavedTestCase.WeaverTestRunner()
- Build weavin classloader with system class path and ext. classloader as parent
runTest
public void runTest(String testClassName,
String testMethodName)
throws Throwable
- Runs a single test (testXX) Takes care of not using the weaving class loader is online mode or
weavingClassLoader.main() is already used (might fail under JRockit MAPI)
- Parameters:
testClassName
- test classtestMethodName
- test method
- Throws:
Throwable
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.