| org.hanseltest.TestBug584900
TestBug584900 | public class TestBug584900 extends TestCase (Code) | | Test for Bug 584900. This Bug occured in a "try { } catch { } finally {}"
situation and caused the finally loop never to be covered.
author: Niklas Mehner |
Inner Class :public static class Example | |
Method Summary | |
public static Test | suite() Static method to create the TestSuit. | public void | testClass() Covers the example class. |
TestBug584900 | public TestBug584900(String name)(Code) | | Creates a new Test.
Parameters: name - Name of the test. |
suite | public static Test suite()(Code) | | Static method to create the TestSuit.
This wrapps the test in a CoverageDecorator.
TestSuit for this class. |
testClass | public void testClass()(Code) | | Covers the example class.
|
|
|