| org.hanseltest.TestAssertions
TestAssertions | public class TestAssertions extends TestCase (Code) | | Test coverage of code containing assertions.
WARNING: This test will fail, if CoverAssertion is compiled without
assertions.
author: Niklas Mehner. |
Inner Class :public static class NoCoverage extends TestCase | |
Inner Class :public static class FullCoverage extends TestCase | |
TestAssertions | public TestAssertions(String name)(Code) | | Create a new test.
Parameters: name - Name of the test. |
testFullCoverage | public void testFullCoverage()(Code) | | All of the code is covered.
|
testNoCoverage | public void testNoCoverage()(Code) | | No code is covered.
|
|
|