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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7354 - 7383 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7354
Bill, ... So, why does the text runner not use the class reloading? Does the swing runner use class-reloading "only" for that it can be used from within an...
Bernd
berndq@...
Send Email
Apr 1, 2003
7:44 pm
7355
Sorry, I know very little about both of them until now. But it seems to me that I don't need necessarily JUnit test cases or suites if I use the new assert...
javainsel
Offline Send Email
Apr 2, 2003
12:19 am
7356
Yes I am a newbie. So please don't kill me :) I read this in the javadocs for TestRunner *A test runner either expects a static method suite as the entry point...
Manu Anand
manua@...
Send Email
Apr 2, 2003
12:19 am
7357
Actually I meant to ask that how will the Test Runner extract the test methods. Will it just pick all the methods whose name begins with test?? -Manu Help...
Manu Anand
manua@...
Send Email
Apr 2, 2003
12:19 am
7358
In response to my own problems and an earlier question, I've been thinking about how to test classes that retrieve things from static factories. I don't want...
Kevin Klinemeier
zipwow
Online Now Send Email
Apr 2, 2003
12:19 am
7359
Hello! Does anyone know of any MIDP testing tools?...
Katie Gerg
kagerg
Offline Send Email
Apr 2, 2003
12:19 am
7360
First off I better say up front that this is not meant as a troll, or to start some sort of flame war about unit testing.... I'm really looking for simple...
swpalmer2001
Offline Send Email
Apr 2, 2003
12:19 am
7361
Bernd, ... I believe the text runner does in effect reload classes each time by exiting the app after each run. Each time you run with the text runner, you get...
Bill Venners
billvenners
Offline Send Email
Apr 2, 2003
12:19 am
7362
Can you use another implementation of DataSource for your tests? I used Apache Basic Datasource implementation from apache.org for my tests....
Paul Zabelin
paul_zabelin
Offline Send Email
Apr 2, 2003
12:19 am
7363
hi, i have read many examples of using asserEquals(expected, theResult). mostly in those examples the expected is already determined. what if i can't determine...
stclaus_imi
Offline Send Email
Apr 2, 2003
12:19 am
7364
Hi-- I am still tearing my hair out trying to exercise EJBs with JUnit. Any further insights or help would be greatly appreciated. Based on Alan's comments (in...
Frank Burough
fburough@...
Send Email
Apr 2, 2003
12:20 am
7365
... I simply keep two kind of tests in separate directories of my source tree. One kind is testing existing completed code, which should always pass 100%....
Paul Zabelin
paul_zabelin
Offline Send Email
Apr 2, 2003
12:20 am
7366
... Same way as you would call shell script from any Java code you can call from your JUnit Tests. What are you trying to archive? May be you can test classes...
Paul Zabelin
paul_zabelin
Offline Send Email
Apr 2, 2003
12:20 am
7367
... into ... How to test my application which takes a single argument in main()? You can write tests for each method of each class of your application, also...
Paul Zabelin
paul_zabelin
Offline Send Email
Apr 2, 2003
12:20 am
7368
Hello all again, Still awaiting somebody would lend a helping hand. I have a simple RMI server providing database service supported by a one-file,...
skss2002@...
Send Email
Apr 2, 2003
12:20 am
7369
why don't you use javacc for html parsing? why bother with anything less??? regards aditya ... From: "Levi Cook" <levicook@...> To:...
Aditya Yadav
adityayadav76
Offline Send Email
Apr 2, 2003
12:20 am
7370
... Looks like you found the answer ;-) ... Steve -- [Advert: Come to http://www.ot2003.org] "A LISP programmer knows the value of everything but the cost of...
Steve Freeman
smg_freeman
Offline Send Email
Apr 2, 2003
12:20 am
7371
... close ... I think the way to do this within the JUnit framework is to use the TestSuite to group tests. Looks something like this: public class DBTestCase...
roger_k_white
Offline Send Email
Apr 2, 2003
12:20 am
7372
Hi, I am trying to test a java application I have created a quite extensive test suite, which generates a new version of the test application. Everything works...
sfranklinuk2002
Offline Send Email
Apr 2, 2003
12:20 am
7373
SR. SOFTWARE QA ENGINEER (SQA4) – E2Open – Redwood City, CA Hello, my name is Paul Stevens and I am a staffing consultant with a software company based in...
camdenjobs
Offline Send Email
Apr 2, 2003
12:20 am
7374
Hello all again, Still awaiting somebody would lend a helping hand. I have a simple RMI server providing database service supported by a one-file,...
skss2002@...
Send Email
Apr 2, 2003
12:20 am
7375
I fully agree with the solution that Levi has provided. This is 90% similar and bettr to what I implemented when I faced the same problem. -Ravi ...
ravi_chaddha
yourloveravi
Offline Send Email
Apr 2, 2003
12:20 am
7376
I'm running JDK 1.3, and I'm not sure what "bootstraping xml-apis.jar" means... ... __________________________________________________ Do you Yahoo!? Yahoo!...
Mr james asher
thejoker101
Offline Send Email
Apr 2, 2003
12:20 am
7377
I have a program which generates two files, one an SVG file and the other a simple HTML page. What is the best way to use JUnit to perform the tests? I don't...
Justin Thomas
uweanimal
Offline Send Email
Apr 2, 2003
12:20 am
7378
Levi, I tried this - it doesn't work :( My emperical evidence from using JUnit indicates that setUp() and tearDown() are pretty much called before *each* test....
Robert Bateman
rbatemanmi
Offline Send Email
Apr 2, 2003
12:21 am
7379
Assume that u want to test a application whose main method is in "Sample" class // import ur application related packages / classes public class SampleTest...
Pradeep Bojan
pradeep_kots
Offline Send Email
Apr 2, 2003
12:21 am
7380
You will have to make your own task that will replace the &lt;link&gt; tag with &lt;style&gt; tag from overview-summary.html. In overview-summary.html replace ...
ravi_chaddha
yourloveravi
Offline Send Email
Apr 2, 2003
12:21 am
7381
Jeff, did you design this up front, or did this evolve from TDD (Test Driven Development)? I'm curious as to what solution would naturally evolve out of TDD...
Shellman, Joel
joelshellman
Offline Send Email
Apr 2, 2003
12:21 am
7382
Hi, I am trying to write some test cases but I am not sure how to do it. I have a program which takes a XML input file and runs it through an XSLT process. ...
uweanimal
Offline Send Email
Apr 2, 2003
12:21 am
7383
... Code has two effects; it returns a result to the caller or it changes state somewhere else. If you want to test code that doesn't return to the caller,...
Bill de hÓra
bdehora
Offline Send Email
Apr 2, 2003
12:36 am
Messages 7354 - 7383 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