Hi guys, A few years ago we have started using ClasspathSuite as our runner and we have modified it to suit our needs. One of the things that we do is logging...
For this particular problem, you might want to consider: 1) Create your own subclass of RunListener that does the logging you want. Call it MyRunListener 2)...
Hi All , I am very new to JUnit. I would like to use Junit for Strust application. I am using Struts1.3 and wan to use jUnit for testing. Please guide, which...
Hi, Unfortunately without looking at the FAQ's and some 'light39; reading from at least the JUnit site there is little hope of getting further with this. I'm...
Hi Everyone, I am running a suite of tests from command line on Linux and when I ran the tests and as expected at run time an output is printed on the command...
I'm trying to create a runnable JAR in eclipse using Junit 4.9 but I can't get it right. This website says it is necessary to create a separate class 'main' ...
You need a main class and point to the main class in the manifest. If your class has dependencies those need to be listed in the manifests classpath. The first...
mdankan, Sorry for the long response time. First, and most importantly, are you using the JUnit 3 runner (junit.*), or JUnit 4 (org.junit.core.JUnitCore)? ...
I don't think it's really a JAVA question. I guess what I'm really asking is 'what goes goes in the class that has the main?' I've been reading the FAQ but I'm...
... If you provide some more details such as what error you are getting (Exception with message and full stacktrace) and also what your test looks like would...
I just created a bugfix for the Parameterized runner. The pull request slightly modifies the behaviour of the runner. Today the @Parameter method is called...
To emphasize my concern, in the past, the Parameters runner would allow a "lazy" evaluation of parameters. As long as you knew the number of rows in the table...
Just as a followup for everyone on this... One issue seems to be that FEST handles certain things differently on OSX. For example, we use customized JButtons...
23742
Dawid Weiss
dawid.weiss@...
Oct 27, 2011 10:17 pm
Hi everyone. My name is Dawid Weiss, I'm a committer to Apache Lucene/Solr. Lucene and Solr use a custom runner to randomize test execution extensively. This...
Dawid, The design of Description has several challenges, and I welcome the chance to move towards a better solution. I think that getTestClass(),...
23744
Dawid Weiss
dawid.weiss@...
Oct 29, 2011 10:43 am
Hi David, Thanks for your reply. I admit I wasn't aiming at larger refactorings, only at slight changes to make Description a bit more permissive (and these...
23745
Dawid Weiss
dawid.weiss@...
Oct 31, 2011 12:28 am
Hi, I've created an issue to extend Assume to contain explicit messages/ Throwable cause if needed. The issue includes a patch: ...
Hi Some time ago I've written a runner for JUnit which is a replacement for the standard Parameterized runner - is easier & more flexible to use, gives nicer...
All pull requests have their own issue numbers: it's awkward, but you get used to it. If the name of the pull request (or possibly the description) contains...
All, I've been very lucky for several years to had both a family and an employer that have left room for me to contribute to JUnit for free. However, for at...
Hello, Tye link does not work. Could you please also post the correct link. I am having suite filter runner with classes that fall into that suite. One of the...
23750
Dawid Weiss
dawid.weiss@...
Nov 1, 2011 3:59 pm
Thanks David! Dawid ... [Non-text portions of this message have been removed]...
23751
Dawid Weiss
dawid.weiss@...
Nov 1, 2011 8:24 pm
It does work if you omit the final dot... http://code.google.com/p/junitparams Dawid ... [Non-text portions of this message have been removed]...
Hi, I'm interested in this, though for slightly different reasons, maybe we could exchange ideas on this. I haven't exactly thought this through in detail, but...
Hi Matthew, Actually we are planning to "fix Eclipse" very soon. The next release of ScalaTest, version 2.0, will include enhancements to support IDE...
23755
Dawid Weiss
dawid.weiss@...
Nov 5, 2011 11:38 am
I think your reasons are aligned with mine -- the problem is that a test's visual description for the user interface and where it "points to" should be...