Hi everybody, I'd like to download JUnitFAQ.txt from the File section, but it seems there's something not working properly (dangling reference?!). Is there...
Hi all, class MyClass has 3 constructors, all of which call the same private method __internalconstructor(p1,p2,p3,p4); Since __internalconstructor is critical...
Hi, I have imported junit source to VA4 and I can execute sample tests. Now I would like to be able to invoke TestRunner by right mouse-click over a class. I...
Hi This is regarding the JUnit Test classes Is there any guidline available for How many test classes/test methods one should write for Testing methods For EG ...
Hello: I am wondering if anyone has Junit with a TopLink-enabled application? Our EJBs are fully intertwined with TopLink, and I'm not quite sure how this...
Guys, Id like to offer these 3 classes for submission. They provide an Interface to implement multiple similar tests. I found them very useful when testing a...
Dear All, How to test JunitTestcase without returning any return value such as String,object or boolean. java code: public void Option() { } doesn't return any...
Tom Roche Wed Feb 11 2004 5:46 am ("fighting the anti-test-infection") ... Tom Roche Fri 30 Apr 2004 16:12:43 -0400 ... Tom Roche Sunday, May 2, 2004, at...
If you define an interface, what is the best strategy to test all implementing classes. Of course, you will create a specific test class that will test every...
... Oh yes, I fully agree. It's very effective. It just leaves certain common kinds of holes. Ron Jeffries www.XProgramming.com No one expects the Spanish...
James Cheesman Fri, 30 Apr 2004 09:09:43 +0200 ... You're wrong: separation (e.g. MVC) is at best part of the solution. It is better to *actually* test, i.e....
Hi all, How to write Junit testcase for this Java code: * @param opt the name of the option * @return the type of this <code>Option</code> public Object...
HI! I've used search :) Here is a point. Let say I need to do 2 tests; In test1 i insert some data into clients table. And in test2 I need to insert data into...
Hi, I have an unit of code which show a message when any error happens. Then the user needs to click ok to make the message disapears. I'd like to automatize...
Hi All, I am running my JUnit Tests for my Web Application (deployed on Weblogic8) through JSP. Whenever I have to test some stuff, I simply call my "Test.jsp"...
... Not only are folks using it (see http://sourceforge.net/forum/?group_id=50939 http://sourceforge.net/mail/?group_id=50939 ) but folks are extending it (not...
hello all hi i'm jagdish n i'm new to java development so dont get annoyed if i'm asking something silly The Prob : I have a swing based GUI class called...
I have a problem in setting up a TestSuite that runs the setUp function only once because all the test cases use the same data from a file. The global objects...
I am trying to learn JAVA coding with Eclipse and JUnit. I have started with a couple of small example projects. I must have created some installation or...
Hi all, On behalf of the new comers of the group, I'll be pleased if the members can share the tutorials on Junit and eclipse. Any links or websites can even...
generally speaking, which is preferred: a) protected void tearDown() throws Exception { // tear down your fixture here... super.tearDown(); } or b) protected...
Greetings, I am new to junit and this group. I wrote a test ( code follows ) using XMLEncoder ( hence JVM >= 1.4 ) that bombs w/ StackOverflowException...
Hi All, I have searched for infor on this and found nothing (or I am looking in the wrong places). Here is a snippet from my test class: <snip> public static...
hi I was working in VB & ASP background in testing applications in my previous company.now i got placed in an MNC company. in my company they told to learn...