Package samples

Class TestResultDriver

java.lang.Object
samples.TestResultDriver

public class TestResultDriver extends Object
Illustrates how obtain code coverage data from one or more files that are passed in as arguments to main() If using a command line then enter the following
java -cp ".;".;./plugins/com.ibm.debug.pdt.codecoverage.core.results_<version>/lib/ccapi.jar" .jar" samples.TestResultDriver "path to cc data file or directory"
  • Constructor Details

    • TestResultDriver

      public TestResultDriver()
  • Method Details

    • main

      public static void main(String[] args)