RSS 42 projects tagged "Testing"

Download Website Updated 18 Mar 2003 miniLogger

Screenshot
Pop 35.33
Vit 1.81

miniLogger is a very small (4 classes and a 10KB jar) and easy to use logger. It uses a logging API that is a subset of JDK 1.4 logging but works on all Java 2 versions. It has been tested on Windows, Solaris, IRIX, and Linux for versions 1.2 and 1.3 of the Sun JDK. It supports logger control from the command line. Logger names are hierarchical separated by dots, and selecting any name automatically selects all names below. If logger_name is an empty string, it will affect all loggers. The loggers and level options are evaluated from left to right. It prints the thread name, source file name, and number line by default, and output can be redirected from System.err to file or any PrintStream. Finally, the logger hierarchy can easily mirror a package/class hierarchy or can be arbitrarily defined by the user.

Download Website Updated 11 May 2002 MockDoclet

Screenshot
Pop 25.69
Vit 1.00

MockDoclet is a tool for generating mock objects for Java classes and interfaces to aid in unit testing classes that are tightly coupled to other components. It is an active code generation tool that scans interfaces for JavaDoc style @mock tags at build time to generate the appropriate mock objects. It is built on top of XDoclet and the MockObjects framework, and is designed to be used with JUnit and Ant.

Download Website Updated 04 Jun 2009 OpenEJB

Screenshot
Pop 119.51
Vit 6.22

OpenEJB is a simple, lightweight Enterprise JavaBeans (EJB) container and server. You can embed OpenEJB in your own applications, or in a Web application server like Tomcat, or run it as a standalone EJB server. It supports EJB 3.0, 2.1, 2.0, and 1.1, and has partial support for EJB 3.1.

No download Website Updated 01 Oct 2002 Pounder

Screenshot
Pop 90.59
Vit 2.26

Pounder is a utility for testing Java GUIs. It allows developers to dynamically load components, record scripts, and then use those scripts in JUnit. It supports custom components, drag and drop, and the examination of test runs in source.

Download Website Updated 01 Mar 2003 Ashes Suite Collection

Screenshot
Pop 19.08
Vit 1.00

Ashes Suite Collection is a collection of Java test programs and benchmarks. The run scripts for the individual benchmarks are bash scripts.

Download Website Updated 23 Jul 2004 Jaffa

Screenshot
Pop 102.61
Vit 2.11

Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through to a high-performance lightweight O/R persistence engine, with plenty of rich features in between including rules engines, declarative application, and data security. In addition to the runtime framework, there is a suite of component templates and other tools for rapid application development, including a TogetherSoft plug-in for UML intergration.

Download No website Updated 31 Jul 2003 MicroLogger

Screenshot
Pop 42.95
Vit 1.00

MicroLogger is a small Java logger that features full logging functionality and is really easy to add to existing projects. It was modelled after Log4J and the JDK 1.4 logging system.

No download Website Updated 21 Aug 2011 Java Application Monitor API

Screenshot
Pop 151.94
Vit 8.36

The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, and application scalability. JAMon gathers summary statistics such as hits, execution times (total, average, minimum, maximum, standard deviation), and simultaneous application requests. JAMon statistics are displayed in the sortable JAMon report.

Download Website Updated 01 Jul 2004 Pavlov

Screenshot
Pop 63.07
Vit 2.89

Pavlov is a multiple choice study system in which flashcards magically shuffle themselves to optimize study time. They sing and otherwise entertain you while you study. It uses easy-to- write "pluglets" for feedback mechanisms (entertainment) and question choice strategies (efficiency).

Download Website Updated 23 Jun 2004 bwbunit

Screenshot
Pop 23.52
Vit 1.76

bwbunit is a set of Java components primarily geared towards assisting developers with unit testing. They are developed in a way that allows them to be used with the JUnit framework or as part of a custom testing application, and include a Private Proxy component that makes protected, package, and private variables and methods accessible to developers. Developers can also tinker with internal object references to see how the Object under test handles wacky values for parameters. The Pounder component takes a method and reviews all of the possible combinations of input values and allows developers to invoke the method of interest using all of the predefined values for the parameter types.

Screenshot

Project Spotlight

EDFbrowser

A multi-platform EDF+ and BDF+ viewer.

Screenshot

Project Spotlight

MDIFramework

A ready-to-use architecture to ease the creation of MDI-style applications in Java.