-
jiriki committed patchset 210 of module hansel to the Hansel CVS repository, changing 1 files.
2007-09-24 20:57:04 UTC by jiriki
-
jiriki committed patchset 209 of module hansel to the Hansel CVS repository, changing 2 files.
2007-09-24 20:40:59 UTC by jiriki
-
Trying to follow the examples with setting up Hansel 2 based JUnit 4
tests and I am not able to get the code to execute.
I have a simple test:
package com.eds.junit;
import org.hansel.CoverageRunner;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.junit.runner.JUnitCore;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;...
2007-02-08 18:21:13 UTC by nobody
-
jiriki committed patchset 208 of module hansel to the Hansel CVS repository, changing 1 files.
2006-10-04 20:08:44 UTC by jiriki
-
jiriki committed patchset 207 of module hansel to the Hansel CVS repository, changing 23 files.
2006-10-04 20:07:12 UTC by jiriki
-
Logged In: YES
user_id=52085
I have found some problemes with the description hansel
returns and the eclipse test runner.
I have checked in the fixes. I'll try to write a short
tutorial on JUnit4 / Eclipse tomorrow and then release
another alpha version of hansel 2.0.
Regarding the VM parameter: Yes, this is new in hansel 2.0.
The instrumentation package only became available in jdk...
2006-09-17 20:19:20 UTC by jiriki
-
jiriki committed patchset 206 of module hansel to the Hansel CVS repository, changing 8 files.
2006-09-17 20:12:39 UTC by jiriki
-
Logged In: YES
user_id=261177
Strangely enough, hansel 1.x works perfectly with Eclipse
3.2 and JUnit 3.8.1. Is this VM parameter a new feature?
O, and btw, setting this parameter on my run target results
in the same behaviour as before....
2006-09-14 10:51:23 UTC by voorth
-
Logged In: YES
user_id=52085
Have you tried running the coverage suite outside eclipse?
I guess the reason this fails is that hansel requires the
Parameter "-javaagent hansel.jar" to be passed on the
command line. Eclipse probably does not start a new VM for
each test, so you'd have to pass this parameter to the
eclipse VM.
But I wouldn't recommend this, because hansel caches the...
2006-09-13 19:32:54 UTC by jiriki
-
Logged In: YES
user_id=261177
Hm. That's how I thought it would work. Unfortunately, I'm
trying to run the coverage tests from Eclipse 3.2 - and
there the CoverageRunner just terminates without running any
tests :(
Any idea what can cause this?.
2006-09-13 11:59:37 UTC by voorth