sigtest

- sigtest -

OpenJDK Wiki (original) (raw)

SigTest

This section contains links to technologies and blogs that are related to the SigTest project.

Development Tools

AsmTools Assemblers and Disassemblers for producing .class files
JCov A code-coverage tool, useful for describing test coverage of an API

JT Harness Testing Harness and Extensions

JT Harness The JT harness is a flexible test harness that can be used to control and execute test suites.
ME Framework The ME Framework is an open source set of JT harness plugins that supports the Java ME platform. Test suite architects use the JT harness and the ME Framework to construct test suites for Java ME technologies.
jtreg The jtreg test harness is used by the JDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests.

Blogs

Java Compatibility Tools Blog This blog provides topics of general interest for people writing tools to test Java platform compatibility and conformance.
Jaroslav Tulach The NetBeans architect blogs about SigTest. He also maintains an excellent Wiki about API design and evolution.