hey all - want to generate report (html) by running my simple test suit with drools + ant + junit - what are steps need to follow. please share any simple...
Nikhil, For generating HTML reports with ant, Googling ant junit html worked pretty well for me. I'm not sure how drools would make this more complicated. ...
Hi, I am new to this group, so if there is a FAQ or thread that addresses this, please direct me appropriately. I wrote a comprehensive set of tests in jUnit...
Brendan, Test failure information should be reported through the ant task, regardless of whether it is multi-threaded. Are you saying that the output from...
Jeff, Can you expand on what you mean by "The problem is that making a suite using annotations does not really work so well. The annotations are not...
Hi David! Here. Let us say that I had test classes, Test0, Test1. Each of these requires a backend to be configured. I'd like to do something like this: ...
Nikhil, I use the JUnitReport task. http://ant.apache.org/manual/OptionalTasks/junitreport.html ... attachments to ... addressee(s) and may ... you are not ......
Console output might get interspersed with multi-threaded tests, but if you create XML testresults with the JUNITREPORT task, it isn't.  Regards, Jan ...
Hi, I have some JMock tests that are using JUnit 3.8.1-style parameterization. I am currently at a loss how to migrate them, other than implementing my own...
As an FYI - one open source project (SOAj) provides (in a base class) two representative convenience methods for asserting exceptions. In addition to a...
... JMock's runner is purely for convenience. All it does is call assertIsSatisfied() on the Mockery. You can use a different runner if you perform that call...
Hi all, Our continuous integration environment picked up a strange thing which I'm sharing in case anyone else has similar cause to scratch their head. ... ...
Hi, I am new JUnit. I am executing JUnit tests through maven. I see result text files for each ..java file that has @Test methods. However there is no...
I want to gnerate test cases at run time . TO achieve this i feel like i need to use customised runner. Can some one help me devloping customised runner?. ...
Thanks Nat. Calling it at the end of each test method or using an @After annotated method both seem to work fine. Is it a valid use case though, wanting to...
... Thanks foir your suggestion. I tried to use parameterised test cases. On eproblem i found was it is going to create test case names like method[0],...
... Can you share why you need more meaningful names? Could you pass a parameter into each test which would give you more meaningful failure messages, for...
... feel like ... Hi James, If there is no provision to get meaningful name then i can go ahead with getting meaningful message. But in our application junit...
I am trying to enhance JUnitEE to work with Junit 4 but I can't find any good examples of creating a custom runner based on 4.x from end-to- end. Can anyone...
Hi I'm doing project in Icefaces with spring and hibernate. For that i m writing junit test. i wrote test cases for DAO as well as services classes. I have...
All, David Saff introduced me to a technique a couple of weeks ago that I'd like to share. So you have a defect and a system-level test that fails. How do you...
Hi I want to manage all test scenario and report of result with software. I wrote any unit test and run and generate many reports from them. I want software or...
Hi, I want to be able to run specific test in class file. From eclipse I can do that. Does anyone know how eclipse do that ? How does it build it to run...
idan72
ishai@...
Nov 17, 2008 12:20 pm
21097
... Eclipse is open source... ;-) Greetings, Malte...