| org.hanseltest.TestBug588661
TestBug588661 | public class TestBug588661 extends TestCase (Code) | | This bug caused a java.lang.ClassCircularityError.
This happened when a inner class extended the instrumented outer class.
In that case the ModifyingClassLoader loaded the classes recursively
again :/
author: Niklas Mehner |
Method Summary | |
public static Test | suite() Returns the coverage test suite. | public void | testSomething() Cover the class. |
TestBug588661 | public TestBug588661(String name)(Code) | | Create a new Test.
Parameters: name - Name of the test. |
suite | public static Test suite()(Code) | | Returns the coverage test suite.
Test suite. |
testSomething | public void testSomething()(Code) | | Cover the class.
|
|
|