![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
There is JUnit which is a unit testing framework for Java. However, it is not all that simple and requires some time investment in itself. Stay tuned to Artima; a light-weight TestKit is underway right now. Finally, Jython, which is Python on Java, is a useful tool for testing classes, since you can (as with Python itself, or with IDLE in a windowing environment) interactively make calls and manipulate data. Learning the Python syntax is relatively easy and well worth knowing, but even if you don't want to spend too much time learning all of Python, I think you could still get some good use out of it as a test platform with just the very basics. - mfg
> If anyone has any comments, suggestions etc or knows any algorithms which would be of any use it would be much appreciated. > cheers > - tom
Replies: |
Sponsored Links
|