one more problem with ant
Scott Morgan <[email protected]> Sun, 9 Mar 2014 22:43:05 -0500
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CANEdHmjPwv4XQZO_2eGV-u3cigUOZ6SX21AuYK+eu39QunesCg@mail.gmail.com> |
Hi,
I did run into, one more problem in implementing a new ant junit task
with the code I purposed.
So I am going to change the TestClass in the I_TestStats (TestStats,
TestStatsMutant)
from a Class to a String (class name).
This issue occurs when I am running each test class in a new jvm, and want
to aggregate stuff between test classes when this happens;
my ant task (writes properties files with settings, and runs one test per
runner)
my custom runner (reads properties settings, runs a test, writes the
result to a file)
my ant task reads in the result file and throws a
ClassNotFound exception for MyTestClass
This should be on my git fork shortly.
Cheers,
Scott