[image of the evil water droplet] (jpeg 3k)

GNU Classpath

Classpath::Testing

The test framework for GNU Classpath is called Mauve . There are instructions within the Mauve website on how to download and use Mauve. Writing Mauve tests is the most important thing GNU Classpath developers could do for the project at this time.

Java API compatibility testing can be performed using japitools . Japitools already does full API comparisons but it doesn't have the capability to extract APIs from the documentation - instead, the "japize" tool uses the jode.bytecode library to identify the public members of a given set of packages from the binary jars or zips. But japitools does separate the API-inspection phase ("japize") from the compatibility-testing phase ("japicompat") so it would be easy to offer an alternative to japize that worked on API documentation.

Another method of API compatibility testing is to use jdiff.sh , at least until this functionality is merged into japitools.

Classpath::Benchmarks
Many free benchmarks are available. Benchmarks are a good way to test the functionality of a VM and at the same time get results that can be compared.
NameDescription
Ashes The Ashes benchmark



Return to GNU's home page.

Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.

Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.

Copyright © 1999-2006 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

Updated: $Date: 2018/04/02 11:18:23 $ $Author: th_g $