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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 12566 - 12595 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12566
XHTMLUnit 0.9 has been released. XHTMLUnit builds on JUnit and XMLUnit in order to provide testing and validation of generated (and static) XHTML code. ...
Johannes Link
jlinkyh
Offline Send Email
Jan 3, 2005
12:55 pm
12567
Hello all, I'd like to test my XSL stylesheets that I use for generating the HTML front end to our app (we use Struts CX). I've grabbed XMLUnit for JUnit and...
wellman_daniel
Offline Send Email
Jan 3, 2005
2:11 pm
12568
... Here's one of the tests for our GetDate module. The testData object will have various entries, depending on the object being tested. The testData object...
areinmeyer@...
hawkboy113
Offline Send Email
Jan 3, 2005
2:11 pm
12569
hello, i am using JBuilder with junit_831.jar for my projects. i am troubled in following exceptions. Loading: <java file>... Running: <java file>method()... ...
pazham_carrier
Offline Send Email
Jan 3, 2005
2:11 pm
12570
... as IDE. ... I think this problem sounds familiar. WebSphere 5.x has issues with JCL (Jakarta Commons Logging). Refer to the document and it might help you...
Chakra
chakrayadavalli
Offline Send Email
Jan 3, 2005
2:12 pm
12571
hello there. I am working on image processing in Java. I was writing a simple application which can gray-scale an image, sharpen it , blur it, invert its...
Juliana Lewis
juliana_lewis
Offline Send Email
Jan 3, 2005
2:12 pm
12572
Dear All, Can anyone tell me how to test a WebService using ant,junit from Command prompt? The WebService is as follows: public class SampleWs implements...
Ravi Chandra Vemuri
rc_vemuri
Offline Send Email
Jan 3, 2005
2:12 pm
12573
Greetings! A new site of projects/bids has been opened recently: http://www.RainbowJ.com If you are owner of software company or freelancer this site may help...
Prasad India
world_ad001
Offline Send Email
Jan 3, 2005
2:12 pm
12574
No i didn't use WASD junit... that's probably the reason of this conflict. I use text mode. All the more, I'm using a JNI interface (Staffware API) that is...
Thomas Manson
manson_thomas
Offline Send Email
Jan 3, 2005
2:12 pm
12575
... As a matter of fact, I forgot to include the binaries in the distribution. It can now be found in the "distrib" folder. Johannes...
Johannes Link
jlinkyh
Offline Send Email
Jan 3, 2005
8:43 pm
12576
... It sounds like you have this situation: a bunch of tests are essentially the same, except for the input data and expected output data (called "fixture...
J. B. Rainsberger
nails762
Offline Send Email
Jan 3, 2005
11:32 pm
12577
... You can override getName() in your subclass of TestCase to include information about your input data. This might be the easiest modification. By the way:...
J. B. Rainsberger
nails762
Offline Send Email
Jan 3, 2005
11:34 pm
12578
... Whatever utility you're using to parse XML or transform it with XSL needs to supply a "current working directory". Set this in such a way -- hardcode it,...
J. B. Rainsberger
nails762
Offline Send Email
Jan 3, 2005
11:37 pm
12579
... If you depend on a third-party library that is not reloadable, then you should stay with just the text-based test runner. I recommend running those tests...
J. B. Rainsberger
nails762
Offline Send Email
Jan 3, 2005
11:40 pm
12580
Hi, For my test i need to keep some information between my tests: I need to connect to a workflow server and make operation on it... For example to get on Task...
Thomas Manson
manson_thomas
Offline Send Email
Jan 4, 2005
12:01 am
12581
Environment: Java, Ant, JUnit, JUnitPerf Background: We have existing JUnit Test classes. I have been developing new JUnitPerf Tests and TestSuites that...
Mark Meyer
geeky0010
Offline Send Email
Jan 4, 2005
12:01 am
12582
even after i installed: C:\apache-ant-1.6.2 C:\junit3.8.1 C:\JUnitDoclet.1.0.2 and after i have "defined" them in the "path" i get after: "ant all" where i...
meirab_2001
Offline Send Email
Jan 4, 2005
12:01 am
12583
Thanks i'll look at it......
Thomas Manson
manson_thomas
Offline Send Email
Jan 4, 2005
12:02 am
12584
... Without more information about the error (the message; the stack trace) we have no way to help you. Please provide more information about the error. -- J....
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
12:27 am
12585
... In order to share data between tests, you need to use global data (that is, public static data). This is required because you (mostly) give up control over...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
1:40 am
12586
... If you want to run your performance tests on a spearate build schedule from your other tests, then you might consider two continuous builds, each running...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
1:42 am
12587
I was wondering if anyone is aware of a good howto for properly integrating JUnit into Apple's XCode? I can manually run tests, but I've had no luck modifying...
leperjuice
Offline Send Email
Jan 4, 2005
5:26 pm
12588
How can I reach the maintainer of this document ? http://junit.sourceforge.net/doc/testinfected/testing.htm I beleive there is something in the content that...
Edouard Chevtchouk
world_of_edward
Offline Send Email
Jan 4, 2005
5:27 pm
12589
Dear All, I'am new to junit. Can anybody help me to test a Webservice using junit,ant & build.xml from command prompt? I had tried with the following code. My...
Ravi Chandra Vemuri
rc_vemuri
Offline Send Email
Jan 4, 2005
5:27 pm
12590
Hi all. I'm new in this group and I'm starting research thesis on multi- agent testing. I would greatly appreciate any information on this area. Any ideas on...
kissoumyacine
Offline Send Email
Jan 4, 2005
5:28 pm
12591
... What kind of problem do you encounter? Also, I notice that you want to test the /deployed/ web service, rather than simply invoking the web service...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
10:10 pm
12592
... That document isn't really being "maintained". It was written, and that's that. Since then, there are a number of new tutorials, guides and publications...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
10:11 pm
12593
Hi - when you last wrote a library (say of a few 100 classes) and delivered it to customers (internal, external), and you decided (what I always do) that you...
Harald M. Muller
harald_m_mue...
Offline Send Email
Jan 5, 2005
12:44 pm
12594
Hello, I am writing a java library that needs to make native calls. I would appreciate ideas on how to unit test the Java code (assuming that the native code...
y_shenhar
Offline Send Email
Jan 5, 2005
1:56 pm
12595
I am testing the webrrowser using Junit, and the test is running fine, I am using the elclipse IDE. now i was to run a test to check the time and load of the...
Harbir Singh Hundal
hshundal
Offline Send Email
Jan 5, 2005
1:57 pm
Messages 12566 - 12595 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