| org.hanseltest.TestSimple
TestSimple | public class TestSimple extends TestCase (Code) | | Test basic coverage problems.
author: Niklas Mehner |
Inner Class :public static class NoCoverage extends TestCase | |
Inner Class :public static class ErrorNoCoverage extends TestCase | |
Inner Class :public static class ConstructorCoverage extends TestCase | |
Inner Class :public static class FullCoverage extends TestCase | |
TestSimple | public TestSimple(String name)(Code) | | Create a new Test.
Parameters: name - Name of the test. |
testConstructorCoverage | public void testConstructorCoverage()(Code) | | Only the constructor is covered.
|
testErrorNoCoverage | public void testErrorNoCoverage()(Code) | | No code is covered, but test fails. No coverage results
are added to the result in this case.
|
testFullCoverage | public void testFullCoverage() throws Exception(Code) | | Test full coverage.
|
testNoCoverage | public void testNoCoverage()(Code) | | No code is covered.
|
|
|