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

Writing Unit freeware
Filter: All | Freeware | Demo
 

Writing Unit

1 2 3 4 5 > 
Added: August 08, 2013 | Visits: 497

Test Tools - Utilities for unit tests Version 1.2 (JASP) 26-Jul-2009This package is a set of tools that facilitate debugging or writing unit test for MATLAB functions.disp_value - display the value of an expressiondisp_test_title - display a test namedisp_test_name - display a subtest namedisp_num_failures - display number of test...



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Test Tools - Utilities for unit tests Download

Added: November 24, 2013 | Visits: 343

TestFixtures for Linux TestFixtures is a collection of helpers and mock objects that are useful when writing unit tests or doc tests. If you're wondering why "yet another mock object library", testing is often described as an art form and as such some styles of library will suite some people while others will suite...





Platforms: *nix

License: Freeware Size: 71.68 KB Download (35): TestFixtures for Linux Download

Added: June 08, 2013 | Visits: 277

plone.testing plone.testing provides tools for writing unit and integration tests in a Zope and Plone environment. It is not tied to Plone, and it does not depend on Zope 2 (although it has some optional Zope 2-only features). plone.testing builds on zope.testing, in particular its layers concept. This...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (38): plone.testing Download

Added: July 01, 2010 | Visits: 782

Eunit Eunit project is an Erlang test suite tool, inspired by agile development ideas. Usage: Launch example unit test with: erl -config sys.config and then eunit:run([eunit_examples], {suffix, "_test"}). Whats New in This Release: - This release is a complete rewrite. - Writing unit...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Eunit Download

Added: January 26, 2010 | Visits: 1.132

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: February 27, 2010 | Visits: 949

Struct::Compare Struct::Compare is a recursive diff for perl structures. SYNOPSIS use Struct::Compare; my $is_different = compare($ref1, $ref2); Compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): Struct::Compare Download

Released: December 09, 2005  |  Added: January 22, 2007 | Visits: 8.642

Unit Converter Software Data Doctor Length Area Unit Converter Calculator converts unit of length and area in other available units and computes prices of buying, selling and purchasing property. Software provides accurate, precise and exact cost of properties of any preferred unit. Utility transforms the unit of length...


Platforms: Windows

License: Freeware Size: 757 KB Download (1070): Unit Converter Software Download

Added: October 19, 2010 | Visits: 1.559

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: July 23, 2010 | Visits: 1.379

p-unit p-unit is a framework for benchmarking performance. The project records memory consumption and execution time, and generates results in the form of plain text, image, and PDF file. Users can also easily register their own reporters by implementing PUnitEventList. Test Suite and Test Class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (94): p-unit Download

Added: April 20, 2010 | Visits: 1.131

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: June 07, 2010 | Visits: 2.106

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: September 09, 2010 | Visits: 1.162

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.093

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.079

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.209

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: May 23, 2010 | Visits: 813

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: November 10, 2010 | Visits: 835

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: 920

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

Released: February 21, 2011  |  Added: February 27, 2011 | Visits: 2.276

Super Unit Converter The Super Unit Converter converts angle, area, bits & bytes, density, electric current, energy, force, fuel consumption, length, mass, power, pressure, speed, temperature, time and volume units.


Platforms: Windows

License: Freeware Size: 1.01 MB Download (133): Super Unit Converter Download

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

Decimal-Binary Unit Converter Decimal-Binary Unit Converter is a small, simple, Java based application specially designed to lend you a hand when you need to convert byte units. Using this tool is very easy: you just enter the unit value that you want to convert and let Decimal-Binary Unit Converter take care of the rest....


Platforms: Windows

License: Freeware Download (440): Decimal-Binary Unit Converter Download

1 2 3 4 5 >