This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes testing java methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "testing java methods" Watch "testing java methods" New topic
Author

testing java methods

Angela Evans
Greenhorn

Joined: Jun 17, 2004
Posts: 3
Hi,
I am a very beginner java programmer and I would like to know how to test methods. Could someone point me in the right direction? Is testing methods to see if they work the same as something called method stubs?

thanks
Angela
Mary Wallace
Ranch Hand

Joined: Aug 25, 2003
Posts: 138
Check www.JUnit.org
Mary Wallace
Ranch Hand

Joined: Aug 25, 2003
Posts: 138
Check this web page also.

hth,
mw
Jos� Alberto Mu�iz Navarro
Ranch Hand

Joined: Oct 27, 2003
Posts: 33
Or this one

http://today.java.net/pub/a/today/2003/08/06/multithreadedTests.html

It's an interesting article.
Angela Evans
Greenhorn

Joined: Jun 17, 2004
Posts: 3
thank you much,

Angela
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: testing java methods
 
Similar Threads
Testing stratagies ?
How to test a javabean
Unit testing-private methods
memory leakage and performance test
Test by JUnit