Package samples

Class TestExportDriver


  • public class TestExportDriver
    extends Object
    This illustrates imported data in one format (could be a .clcoveragedata file) and exporting it to the "merged" cczip format If using a command line then enter the following
    java -cp ".;./plugins/com.ibm.debug.pdt.codecoverage.core.results_<version>/lib/ccapi.jar" samples.TestExportDriver "path_to_output_file" "one or more paths to the input cc data files"
    • Constructor Detail

      • TestExportDriver

        public TestExportDriver()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws IOException
        The first parameter is the output file The rest of the parameters are results that should be merged (if there are >1) and exported
        Parameters:
        args - arguments
        Throws:
        IOException - problems during export