cobertura refuses acknowledge formula covered
i am controlling maven (2) cobertura plug-in emanate reports formula coverage, i have following stub i am controlling method:
try {
system.exit(0);
} locate (final securityexception exception) {
exception.printstacktrace();
}
system.err.println("the way never exited!");
i know i need record exception, etc, nonetheless that's indicate right now...cobertura refusing acknowledge line after smoke-stack snippet printed covered. is, line '}' before system.err.println
matter being shown covered. before, finale curly prop slight being shown covered, hence system.err
statement. any thought i remonstrate cobertura's maven plugin that, given system.err.println
matter covered, finale prop have covered?
oh yeah, i ridicule confidence manager pitch confidence exception, given that's easiest proceed i have found origination exam continue executing after system.exit
call.
Comments
Post a Comment