| org.hanseltest.TestPrivateConstructor
TestPrivateConstructor | public class TestPrivateConstructor extends TestCase (Code) | | Empty private constructors should not cause coverage failures,
because they are used to prevent classes from beeing instantiated.
|
Method Summary | |
public static Test | suite() Returns a coverage decorator for this test. | public void | testNothing() |
suite | public static Test suite()(Code) | | Returns a coverage decorator for this test.
CoverageTest. |
testNothing | public void testNothing()(Code) | | |
|
|