Someone popped up at a meeting this morning and announced that the US DoD does not allow the use of jUnit for unit testing. First, I find that a little hard to...
Could you use System Properties? You can pass the values on the command line (-Dkey1=value1 -Dkey2=value2) Scott ________________________________ From:...
Yang, Thanks for your feedback. What I have done - - - - - - Target class to test: public class Target { public static boolean checkSomething(String...
Dear David, I haven't heard of any such restriction, which doesn't mean it doesn't exist. I'm afraid I can't give you the answer you need one way or the other....
Are your tests in the src/test/java folder? ... -- ... Joakim Ohlrogge Agical AB Västerlånggatan 79, 2 tr 111 29 Stockholm, SWEDEN Mobile: +46-708-754004 ...
Argh. Years back I was a contractor for the DoD. This statement means one of a few possible things: 1. "We don't know what jUnit it, so we're against it" 2....
One quick correction: JUnit is not built-in to Java. It is built-in to many Java IDE's, and pretty cool. David Saff P.S. JUST FOR FUN: Here's informal...
Hi there, I am a developer working on a web application which utilizes Struts as the controller and Spring to do dependency injection at the Data Access...
2008/11/30 çŽ‹å‡ŒåŽ <mmchut.wang@...> ... Exactly,this is only one test ,but this test case test multi-scenario,so some assert failure and some pass in...
The purist in me says you put the DAO interfaces in your application project (or their very own project/module/jar). The DAO impls go in their own project...
Hi, I'm using Eclipse 3.4 on Windows XP. I am running from JUnit Tests from an Ant file. One of my tests is failing, but I can't figure out where. This is...
Dave, Have you looked at your outfile? I also believe there's an attribute on the junit task that includes test output in the stdout. However, ant lists tend...
Yeah. I wasn't real clear in the email. The person in question made that statement and that contributes to my skepticism. He also thought that junit ...
Hi, The junit files would be called through the Junit Suite and this is Suite would be part of some standard build process. The only possible way is to pass...
Cool. It is really what I want! Thank David. http://www.testearly.com/2007/04/13/take-heed-of-mixing-junit-4s-parameterized-tests/ The link as above...
Great£¬I know junit 4 have the feature ,but I haven't use it before. :-) ... -- Please be free contact with me for any question or suggestion. Thanks&Best...
All, As part of JUnitMax I have been looking for new ways to get value from tests. One recent experiment was interesting to me, so I thought I would share it...
Hi Deepankar, Look at parametreized Test Cases. If you want to pass the parameters then you have to use @RunWith(parameterized.class) Regards, Madava hegde ......
Dave, I have no idea off the top of my head. Have you asked on the ant lists? Thanks, David Saff ... [Non-text portions of this message have been removed]...
Venkata, I find that the ant/junit gurus tend to be more responsive on the ant lists than here. I hope you can find an answer there. Good luck, David Saff ...