| net.sourceforge.groboutils.codecoverage.v2.ant.AntTestA net.sourceforge.groboutils.codecoverage.v2.ant.GroboInstrumentTaskUTest
GroboInstrumentTaskUTest | public class GroboInstrumentTaskUTest extends AntTestA (Code) | | Tests the GroboInstrumentTask class.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:27 $ since: March 9, 2004 |
Method Summary | |
protected void | assertEquals(String text, Properties expected, Properties actual) | protected void | assertModuleData(String text, String moduleName, String className) | protected void | assertModuleData(String text, String moduleName, String className, int count) Yes, it's duplication of code, but the first one will be used
more often, and gives a clearer error message set. | protected File | getCoverageDir() | protected Properties | loadGroboProperties() | protected Properties | loadProperties(String file) | public static void | main(String[] args) | protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testFInstrument1() | public void | testFInstrument2() | public void | testFInstrument3() | public void | testFInstrument4() | public void | testFInstrument5() | public void | testFInstrument6() | public void | testInstrument1() | public void | testInstrument10() | public void | testInstrument2() | public void | testInstrument3() | public void | testInstrument3a() | public void | testInstrument4() | public void | testInstrument5() | public void | testInstrument6() | public void | testInstrument7() | public void | testInstrument8() | public void | testInstrument9() |
GroboInstrumentTaskUTest | public GroboInstrumentTaskUTest(String name)(Code) | | |
assertModuleData | protected void assertModuleData(String text, String moduleName, String className, int count)(Code) | | Yes, it's duplication of code, but the first one will be used
more often, and gives a clearer error message set.
|
getCoverageDir | protected File getCoverageDir()(Code) | | |
suite | public static Test suite()(Code) | | |
|
|