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.479.893 Times

Unit Test Framework freeware
Filter: All | Freeware | Demo
 

Unit Test Framework

1 2 3 4 5 > 
Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 431

AsUnit: ActionScript Unit Test Framework AsUnit is the only open-source unit test framework that supports Flash Players 6, 7, 8 and 9. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 387.28 KB Download (54): AsUnit: ActionScript Unit Test Framework Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 529

FORTRAN Unit Test Framework (FRUIT) FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this... Platforms: Windows, Mac, Linux

License: Freeware Size: 33.48 KB Download (58): FORTRAN Unit Test Framework (FRUIT) Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 535

R Unit Test Framework R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools Platforms: Windows, Mac, Linux

License: Freeware Size: 274.5 KB Download (49): R Unit Test Framework Download

Added: September 04, 2010 | Visits: 1.131

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 (88): shUnit2 2.0.3 / Download

Added: July 16, 2013 | Visits: 512

MATLAB/Simulink Unit Test Framework Unit testing is a very powerful tool for maintaining high quality code. My code base consists of a mixture of matlab and simulink and this toolkit is an attempt to create a unified unit testing framework for my code. Unfortunately, the simulink part of this toolkit is heavily dependant on my... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): MATLAB/Simulink Unit Test Framework Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 439

The unit++ test framework Unit++ is a C++ framework in the spirit of junit, but implemented from scratch in C++. This is done to work better with the C++ world, than a port of the Java version can. Platforms: Windows, Mac, Linux

License: Freeware Size: 58.01 KB Download (49): The unit++ test framework Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 382

GNU make test framework munit is a small test framework for GNU makefiles, inspired by the JUnit project. Since GNU make 3.80, makefiles can become very complex (recursive functions, dynamic contents via eval() etc.). munit has been developed to make it easy to test them. Platforms: Windows, Mac, Linux

License: Freeware Size: 3.37 KB Download (47): GNU make test framework Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 442

js functional and unit testing framework JsFUnit is a Functional and Unit Testing framework for client-side (in-browser) JavaScript. It be based on jsUnit Platforms: Windows, Mac, Linux

License: Freeware Size: 31.59 KB Download (44): js functional and unit testing framework Download

Added: November 28, 2013 | Visits: 893

Unit Test for C Unit Test for C is a very useful and powerful software development tool for C and C++ programmers. It is designed to provide a great deal of functionality in a very small package and functions nearly identically on Windows and UNIX systems. Features . Very powerful unit testing for C and... Platforms: *nix

License: Freeware Size: 81.92 KB Download (56): Unit Test for C Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 376

Unit Testing Framework - XSLT Unit Testing Framework - XSLT (UTF-X) is a JUnit extension for testing XSLT stylesheets. Platforms: Windows, Mac, Linux

License: Freeware Size: 12.09 MB Download (50): Unit Testing Framework - XSLT Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 583

unit--, the unit test aid for C++ Unit-- : a simple, easy-to-use and portable unit test aid for C++ , supporting your Test Driven Development Platforms: Windows, Mac, Linux

License: Freeware Size: 22.1 KB Download (49): unit--, the unit test aid for C++ Download

Added: April 20, 2010 | Visits: 1.134

Test::Unit::tests::AllTests Test::Unit::tests::AllTests is a unit testing framework self tests. SYNOPSIS # command line style use perl TestRunner.pl Test::Unit::tests::AllTests # GUI style use perl TkTestRunner.pl Test::Unit::tests::AllTests This class is used by the unit testing framework to encapsulate all the... Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): Test::Unit::tests::AllTests Download

Added: September 09, 2010 | Visits: 1.165

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite... Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: January 13, 2010 | Visits: 1.096

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is... Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): Test::Unit::TestRunner Download

Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: September 07, 2010 | Visits: 1.214

Test::Unit::Runner::Terminal Test::Unit::Runner::Terminal is a unit testing framework helper class. SYNOPSIS use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); This class is a test runner for the command line style use of the testing framework.... Platforms: *nix

License: Freeware Size: 75.78 KB Download (100): Test::Unit::Runner::Terminal Download

Added: November 10, 2010 | Visits: 838

Test::Unit::InnerClass Test::Unit::InnerClass is a unit testing framework helper class. SYNOPSIS This class is not intended to be used directly This class is used by the framework to emulate the anonymous inner classes feature of Java. It is much easier to port Java to Perl using this class.. Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Unit::InnerClass Download

Added: January 08, 2010 | Visits: 923

Test::Unit::GTestRunner Test::Unit::GTestRunner is a Unit testing framework helper class SYNOPSIS use Test::Unit::GTestRunner; Test::Unit::GTestRunner->new->start ($my_testcase_class); Test::Unit::GTestRunner::main ($my_testcase_class); If you just want to run a unit test (suite), try it like this:... Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Test::Unit::GTestRunner Download

Added: October 19, 2010 | Visits: 1.564

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());... Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: February 20, 2010 | Visits: 1.315

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by... Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

1 2 3 4 5 >