Click here to Skip to main content
15,887,923 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How can I get an open source code(any program) with its unit test? the source code should include at least 3 classes :) .



Thanks
Posted

There are quite a few open source Java Numerics libraries out there.

You might consider this one which has some tests attached to it. Apache Commons Math

If the style of tests is not to your this page could be useful.http://math.nist.gov/javanumerics/

The key idea is that open source Java Math libraries usually come with some sort of test routine. Sometimes the testing isformal as in unit tests and sometimes informal.

Hope this helps.

Ken
 
Share this answer
 
Hi,

Marc Clifton wrote a series of articles on unit testing. Here is part 1[^].

:)
 
Share this answer
 
medoded2009 wrote:
the source code should include at least 3 classes


Write it
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900