Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12777 - 12806 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12777
... Most importantly, decouple the business logic - and possibly even most of the presentation logic - from the Servlet API. That way you can write most of the...
Ilja Preuss
ipreussde
Offline Send Email
Feb 1, 2005
8:38 am
12778
Having posted this inquiry on a couple of forums, and having received no indication the code already exists, I coded a reference implementation for the concept...
marvintoll
Offline Send Email
Feb 1, 2005
10:44 am
12779
I've a small class for doing something similar for my current (struts) web project. Got bitten enough times by JRun != Tomcat in how each determines which...
Jonathan Oddy
jonathanoddy
Offline Send Email
Feb 1, 2005
3:52 pm
12780
I installed junit3.8.1 on windows 2000. I set "CLASSPATH" to ".;C:\Program Files\Java\jdk1.5.0_01\lib;C:\Program Files\junit3.8.1 \junit.jar;C:\Program...
wong_powah
Offline Send Email
Feb 1, 2005
4:31 pm
12781
Thanks for the prompt response Shane, This is the code - to check an EJB method public void testfindAll(){ try{ Collection valueobjectCollection = ...
Anitha kanthraj
anipra
Offline Send Email
Feb 1, 2005
4:32 pm
12782
Hello, Does JUnit support 1.5? If not, is there a plan or a schedule to add this support? We recently moved from 1.4 to 1.5 and started receiving many...
david_patrone
Offline Send Email
Feb 1, 2005
4:32 pm
12783
hai, I am doing my Web Application in Eclipse and Test Run by JUnit. When I write a TestXXX for a class XXX , and run it , it gives me a error "Class not...
Balasubramaniam, Ram ...
vbrg_1981
Offline Send Email
Feb 1, 2005
4:33 pm
12784
Jtest automatically generates tests (and can export the generated tests to a JUnit class), whereas JUnit is a framework for you to put in tests and run them. I...
Tao Xie
uwtaoxie
Offline Send Email
Feb 1, 2005
4:33 pm
12785
... Most of the people I know who have used JTest like its static analysis features (for enforcing coding standards), but I can't think of anyone telling me...
J. B. Rainsberger
nails762
Offline Send Email
Feb 1, 2005
8:15 pm
12786 Ian Priest
ianpriest2000
Offline Send Email
Feb 2, 2005
4:57 pm
12787
Hi All, I m new to JUnit. I'm facing an issue while handling multi threading testing in JUnit. I'm creating two threads to opening two same browser in local...
Asutosh Panda
asutosh_study
Offline Send Email
Feb 2, 2005
4:57 pm
12788
Hi, I'm wondering if JUnit tests can be integrated with WinRunner tests, so I can build and run them together, and produce common output. Thanks, -Alex...
alex_gantvarg
Offline Send Email
Feb 2, 2005
4:58 pm
12789
I love junit for my java testing! I am now working on a c++ app and would like to know if there is a comparable tool for c++ testing? Thanks....
thomhehl70
Offline Send Email
Feb 2, 2005
4:58 pm
12790
When i searched "htmlunit" in Google, the 4th link i got is this link "Testing Web applications with HtmlUnit and WebSphere Studio ...
Guru prasath
guruprasadhp...
Offline Send Email
Feb 2, 2005
4:58 pm
12791
What are you using to generate output from your JUnit tests? Do you mean test results or log-type messages? Todd. ________________________________ From:...
Bradley, Todd
todd404
Offline Send Email
Feb 2, 2005
5:45 pm
12792
... Since this i ... -- J. B. (Joe) Rainsberger Diaspar Software Services http://www.diasparsoftware.com Author, JUnit Recipes: Practical Methods for...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2005
6:25 pm
12793
... If this is a problem, then the /test/ should prepare the data in the database, rather than relying on whatever is already there. If all your tests use the...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2005
6:29 pm
12794
... Without knowing which class is not found, we can only guess what the problem might be. -- J. B. (Joe) Rainsberger Diaspar Software Services ...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2005
6:31 pm
12795
... Build it from the source. It's one of the easiest builds in all of Open Source. -- J. B. (Joe) Rainsberger Diaspar Software Services ...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2005
6:31 pm
12796
... If you search the web, you'll find a number of such tools. You might want to further search the web for an article that compares them all. Google will help...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2005
6:33 pm
12797
Balasubramaniam, Ram Ganesh (Cognizant) wrote: > ... problem might be. hai, The error is in the " Class corresponding to the TestXXX.java is not found "...
Balasubramaniam, Ram ...
vbrg_1981
Offline Send Email
Feb 3, 2005
7:11 am
12798
... Hash: SHA1 [quote J. B. Rainsberger::on 2/2/2005 8:28 PM] ... I suggest that for testing real db queries you should do one of the following: 1/ either...
Alex Popescu
alexpopescu7...
Offline Send Email
Feb 3, 2005
7:27 am
12799
move your junit installation directly under the root at c: & -of course- adjust the %CLASSPATH% accordingly. this worked for me. the problem is probably some...
jriley555
Offline Send Email
Feb 3, 2005
4:42 pm
12800
Todd, We use custom code to generate an xml file. I think we can combine that file and report.txt file generated by WinRunner to produce a common result. What...
alex_gantvarg
Offline Send Email
Feb 3, 2005
4:42 pm
12801
i had same problem as you. pulled the junit directory out of "Program Files", moved it right under C:\, reset the $CLASSPATH accordingly, and everything ran...
jriley555
Offline Send Email
Feb 3, 2005
4:42 pm
12802
Hi, This is Suresh here. The problem which u are facing is quite common and more often we do encounter this kind of problems. I do have encountered the same...
suresh akkapeddi
sureshakkapeddi
Offline Send Email
Feb 3, 2005
4:42 pm
12803
... I preface this question with "I know very little about EJB's" Is it possible to implement the findAll logic in a POJO which is then easier to test? Or is...
Shane Mingins
shanemingins
Offline Send Email
Feb 3, 2005
7:10 pm
12804
... DbUnit has the nice advantage that you can easily assert that the database is in the expected state after the operation if it is an insert or update. Also...
Shane Mingins
shanemingins
Offline Send Email
Feb 3, 2005
7:16 pm
12805
Ah, that's a very interesting problem. We are confronted with exactly the same issue, and I'm currently working on a project where we're designing a...
Bradley, Todd
todd404
Offline Send Email
Feb 3, 2005
10:27 pm
12806
Hi, thank you for your suggestion. I work with David on the project where we moved to Java 1.5. I downloaded JUnit and built it from the source with 1.5....
Metlis, Matthew B.
mmetlis
Offline Send Email
Feb 4, 2005
1:18 am
Messages 12777 - 12806 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help