-
Is your classpath defined correctly?
Karen.
2009-04-01 22:23:22 UTC in EMMA code coverage
-
Does emma support instrumentation of classes which do not contain main methods?
I a attmepting to run this from the command line using the following command
java emma instr -d <outdir> -ip src/*.class
The result is
EMMA: processing instrumentation path...
EMMA: processes in 26 ms
EMMA: 0 classes instrumented, 0 resources copied
EMMA: no output created: metadata is empty
We...
2009-03-27 00:37:58 UTC in EMMA code coverage
-
Hello -
My group is testing the front end for our data system and we are
using JFCUnit Tests.
We are finding that the tests hang frequently. We can't tell at this
time if it's a timing issue or that modal threads are being left
open by a process.
We have about 800 test cases in 15 test packages being executed
sequentially.
Has anyone else seen this kind of issue or similar when...
2009-03-24 17:55:04 UTC in JFCUnit