| org.hanseltest.TestExpression
TestExpression | public class TestExpression extends TestCase (Code) | | Test coverage of expressions.
author: Niklas Mehner |
Inner Class :public static class NoCoverage extends TestCase | |
Inner Class :public static class FullCoverage extends TestCase | |
Method Summary | |
public void | testFullCoverage() Validate that a test covering all of the code, does not cause
any coverage failures or errors. | public void | testNoCoverage() No code is covered. |
TestExpression | public TestExpression(String name)(Code) | | Creates a new TestCase.
Parameters: name - Name of the test. |
testFullCoverage | public void testFullCoverage()(Code) | | Validate that a test covering all of the code, does not cause
any coverage failures or errors.
|
testNoCoverage | public void testNoCoverage()(Code) | | No code is covered.
|
|
|