| test.WeavedTestCase
WeavedTestCase | public class WeavedTestCase extends TestCase (Code) | | Transparently runs TestCase with an embedded online mode Write a JUnit test case and extends
WeaverTestCase.
author: Alexandre Vasseur |
Inner Class :public static class WeaverTestRunner | |
WeavedTestCase | public WeavedTestCase()(Code) | | |
runBare | public void runBare() throws Throwable(Code) | | Overrides JUnit runBare() to run thru the weaverTestRunner This allow WeaverTestCase to be
regular TestCase
throws: Throwable - |
runBareAfterWeaving | public void runBareAfterWeaving() throws Throwable(Code) | | Callback the regulare JUnit runBare()
throws: Throwable - |
|
|