RSS 6 projects tagged "Apache 2.0"

Download Website Updated 29 Mar 2010 jSmaTeP

Screenshot
Pop 59.46
Vit 2.21

jSmaTeP assists in the use of Java for processing import and export data by configuring a data structure rather than by programming it. The structure of the import data is specified in an XML file. jSmaTeP then generates a value object representing exactly one row or record in the import file based on a given XML data configuration. This means that if the import or export format changes, only the XML data configuration needs to be changed to match it.

No download Website Updated 16 Oct 2009 Thread Weaver

Screenshot
Pop 25.14
Vit 36.25

Thread Weaver is a framework for writing multithreaded unit tests for Java classes. It lets you create breakpoints inside your code and to stop individual threads when they reach a breakpoint. This allows you to produce controlled repeatable tests that can help to verify thread safety and detect race conditions.

No download Website Updated 14 Dec 2010 MASH

Screenshot
Pop 35.30
Vit 2.60

MASH is a modular, automated script harness. It allows users to implement simple harnesses that perform work external to a system. The framework will invoke that harness as outlined by an XML script. For example, when using the framework to test a system you could create a script that cleans and loads a database, FTPs some data, submits a login form, and verifies HTTP information. Harnesses can easily be built to do almost anything (many harnesses are provided), not just Web page verification. While harnesses are written in Java, the scripts may be run against any type of system as harnesses are intended to act as clients.

Download Website Updated 22 Nov 2012 ContiPerf

Screenshot
Pop 94.53
Vit 7.55

ContiPerf is a lightweight testing utility to easily leverage JUnit 4 test cases as performance tests, e.g. for continuous performance testing. It is inspired by JUnit 4's easy test configuration with annotations, and by JUnitPerf's idea of wrapping Unit tests for performance testing, but is more powerful and easier to use. It uses Java annotations for defining test execution characteristics and performance requirements. You can mark a test to run a certain number of times, or to be repeatedly executed for a certain amount of time. Performance requirements can be maximum, average, medium, or any percentile execution time. You can run tests in two different modes, using them as simple unit tests or performance tests. Easy integration with Eclipse and Maven. Export of an execution summary to a CSV file. A small library without external dependencies (only JUnit).

No download Website Updated 03 May 2013 PIT

Screenshot
Pop 135.17
Vit 23.36

PIT is a fast bytecode based mutation testing system for Java that makes it possible to test the effectiveness of your unit tests. You can think of mutation testing as either as an automated test of your tests or as a much more in-depth form of code coverage. Unlike traditional line and branch coverage tools, PIT does not just confirm that your tests execute your code, it confirms that your tests are actually able to detect faults in it.

No download Website Updated 04 Sep 2012 JSONassert

Screenshot
Pop 20.59
Vit 16.14

JSONassert is a JSON unit testing tool. It makes it possible to create JSON data JUnit tests as easily as you would for simple data types, but with sophisticated structure matching under the covers.

Screenshot

Project Spotlight

Ecere SDK

A cross-platform GUI, new language (eC), and 3D engine.

Screenshot

Project Spotlight

TOMUSS

An interactive Web spreadsheet allowing concurrent table editing.