|
Java开源项目
|
Jester - the JUnit test tester [Testing Tools]
Jester finds code that is not covered by tests. Jester makes some change to your code, runs your tests, and if the tests pass Jester displays a message saying what it changed. Jest... NoUnit [Testing Tools] Great ! - You're into Extreme Programming. You've written the tests ( JUnit of course). You've done the most simple thing that could possibly work. You've even shared your keyboard... Coverlipse [Testing Tools] Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. It is unique for it integrates seamlessly in Eclipse. The coverage results are given directly afte... TESTARE [Testing Tools] TESTARE is a java testing framework that aims to simplify the test development process for distributed java applications. It tries to achieve this goal by focusing on two main dire... JTR - Java Test Runner [Testing Tools] The JTR Project is a Java distributed testing framework conceived to fill a gap existing today most notably in the open-source world that’s the lack of a single tool that could hel... DbUnit [Testing Tools] DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is ... JUnitPerf [Testing Tools] JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. JUnitPerf contains the... Grinder, a Java Load Testing Framework [Testing Tools] The Grinder is a Java TM load-testing framework. It is freely available under a BSD-style open-source license . The Grinder makes it easy to orchestrate the activities of a test... dbMonster [Testing Tools] dbMonster is a tool which helps database application developers with tuning the structure of the database, tuning the usage of indexes, and testing the application performance unde... Mockrunner [Testing Tools] Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions and forms. Furthermore it... |
|