Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.255.106 Times

Junit freeware
Filter: All | Freeware | Demo
 

Junit

1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.614

JUnit PDF Report JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document. While automating tests for my company, I found that everything I need is available in the open source community, except printable...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): JUnit PDF Report Download

Added: September 10, 2010 | Visits: 1.290

CppUnit - C++ port of JUnit CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers..





Platforms: *nix

License: Freeware Size: 716.8 KB Download (179): CppUnit - C++ port of JUnit Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 427

JUnit Generator JUnit Generator can automatically generate junit test cases for a specific class or method of Java; Fully supports the characteristics of object-oriented like generic type, complex class type generation etc.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 4.58 MB Download (47): JUnit Generator Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 496

JUB (JUnit test case Builder) JUB is intended as a JUnit test case generator framework accompanied by a number of IDE specific extensions. These extensions are to be invoked from within the IDE and must store generated test case code inside source repository administered by the IDE.


Platforms: Windows, Mac, Linux

License: Freeware Size: 47 KB Download (49): JUB (JUnit test case Builder) Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 417

JUnit Test Generator Creates JUnit test cases for JAVA classes which require testing to be performed. Will save the testers time and will give several hints into testing. Automatically generates all test methods, and constructor tests which can be tested.


Platforms: Windows, Mac, Linux

License: Freeware Size: 73.06 KB Download (48): JUnit Test Generator Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 315

junit-ex Junit-ex is based on Junit and is enhanced with extra annotation libs (JDK1.5 new feature) that support multi-branch unit test in single Junit test file.It's extremely useful for developers and testers that maintain multi branches' test cases.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.25 KB Download (48): junit-ex Download

Added: November 04, 2013 | Visits: 460

TAP::Harness::JUnit The only difference between this module and TAP::Harness is that this adds optional 'xmlfile' argument, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): TAP::Harness::JUnit Download

Added: November 10, 2010 | Visits: 792

Project Pisces Pisces is an innovative open source JUnit extension which adds functionality to JUnit but does not require any changes to the way you currently use it. Pisces lets you write test suites composed of several JUnit tests which can run on remote machines either serially or in parallel. The Pisces...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (90): Project Pisces Download

Added: June 18, 2010 | Visits: 871

Apache AntUnit AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test. Tests are written as targets in a build file using assertion tasks...


Platforms: *nix

License: Freeware Download (94): Apache AntUnit Download

Added: September 04, 2010 | Visits: 1.123

shUnit2 2.0.3 / shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit, etc. Whats New in This Release: Back ported the Makefile from 2.1.1pre that included changes to the docs-docbook-prep target. Changed the test in assertFalse() so...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (87): shUnit2 2.0.3 / Download

Added: April 02, 2010 | Visits: 1.185

Coverlipse Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. Coverlipse project is unique for it integrates seamlessly in Eclipse. The coverage results are given directly after a JUnit run. This makes it the perfect tool for developers to recognize their tests fullfil their...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (105): Coverlipse Download

Added: July 13, 2010 | Visits: 634

MiniCppUnit MiniCppUnit is another C++ port of the famous JUnit framework for unit testing. Unlike CppUnit, MiniCppUnit follows a minimalistic aproach: The basic features are the same but in only bout 500 lines of code! No library instalation is needed, etc. This C++ framework takes advantadge of OO C++...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): MiniCppUnit Download

Added: February 14, 2010 | Visits: 577

Grester 0.3 Grester project is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project. It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): Grester 0.3 Download

Added: April 15, 2010 | Visits: 1.205

TestGen4J TestGen4J automatically generates JUnit test cases from your own Java class files or source files. Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that define boundary conditions for the data...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (144): TestGen4J Download

Added: May 10, 2013 | Visits: 346

DbUnit 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 an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (60): DbUnit Download

Added: July 18, 2013 | Visits: 406

TestGen4J TestGen4J is an open-source, automaticJava test generator that creates standard JUnit test cases from Java class or source files. In addition to reducing manual testing, it provides a data driven test harness with an automatic failed test case utility.


Platforms: *nix

License: Freeware Size: 921.6 KB Download (45): TestGen4J Download

Added: March 08, 2010 | Visits: 638

GTestRunner GTestRunner is a Gtk+ based testrunner module for Perl, inspired by JUnit, but with a slightly different user interface and functionality. If you were not satisfied with the Tk based graphical frontend that ships with Test-Unit, then GTestRunner is probably the tool of choice when you want to...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (88): GTestRunner Download

Added: July 22, 2013 | Visits: 840

Testar Testar is a tool designed to reduce the time spent running Java unit tests. It runs on top of JUnit and automatically selects individual tests to run based on what tests previously succeeded and what changes you have made to your code since then.


Platforms: *nix

License: Freeware Size: 92.16 KB Download (88): Testar Download

Added: May 10, 2013 | Visits: 562

XMLUnit XMLUnit extends JUnit and NUnit to enable unit testing of XML. It compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions. XMLUnit for Java provides two JUnit extension classes, XMLAssert and...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (94): XMLUnit Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 414

Cathcart Cathcart is a collection of Apache Ant tasks and a Maven plugin for checking trends in software metrics (generated by junit, jmeter, clover, pmd, findbugs, cobertura etc). You can use this library in order to continuosly improve software quality. It comes very handy when you want to maintain...


Platforms: Windows

License: Freeware Download (48): Cathcart Download

1 2 3 4 5 >