| org.hanseltest.TestBug589205
TestBug589205 | public class TestBug589205 extends TestCase (Code) | | Test for Bug589205. When two CoverageTests were added to a TestSuite, the
coverage tests failed.
author: Niklas Mehner |
Inner Class :public static class Example | |
Method Summary | |
public static Test | suite() Static method to create the TestSuit. | public void | testClass() Tests the Example class. |
TestBug589205 | public TestBug589205(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) | | Tests the Example class.
|
|
|