| org.hanselexample.ExampleTest
ExampleTest | public class ExampleTest extends TestCase (Code) | | Coverage Test for the Example class.
This test covers all lines (including private/anonymous classes)
of the Example class.
author: Niklas Mehner |
Method Summary | |
public static Test | suite() Static method to create the TestSuit. | public void | testAbs() Test the Example.abs() method. | public void | testInnerClass() Test the Example.add() method. |
ExampleTest | public ExampleTest(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. |
testAbs | public void testAbs()(Code) | | Test the Example.abs() method.
|
testInnerClass | public void testInnerClass()(Code) | | Test the Example.add() method. This also covers the code of the inner
class.
|
|
|