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

Asserts freeware
 

Asserts

Added: August 10, 2013 | Visits: 198

testmania Testmania is a library that complements standard unittest module with few convenient assert functions. Such as for comparing deeply nested simple data structures or xmls. All assert methods are presented as global functions, not tied to the TestCase class. Also testmania exposes all built-in...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): testmania Download

Added: October 26, 2010 | Visits: 966

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: July 26, 2010 | Visits: 1.036

LWJGL LWJGL (Lightweight Java Game Library) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): LWJGL Download

Added: March 19, 2010 | Visits: 994

Time::Warp Time::Warp is a Perl module to control over the flow of time. SYNOPSIS use Time::Warp qw(scale to time); to(time + 5); # 5 seconds ahead scale(2); # make time flow twice normal Our external experience unfolds in 3 1/2 dimensions (time has a dimensionality of 1/2). The Time::Warp module...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Time::Warp Download

Added: September 04, 2010 | Visits: 1.128

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: June 18, 2010 | Visits: 719

libZI libZI is a library that allows developers to store configuration information into an xml-file using a predefined and common syntax structure. The following encompasses the rationale behind such a library: It has become common in Unix based environments to store configuration information into...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (87): libZI Download

Added: June 05, 2010 | Visits: 673

oaklib oaklib is a collection of many useful C++ libraries. The current version of oaklib includes OakUT, a C++ unit test framework. Whats New in This Release: - New ways to define the unit tests that makes it much easier and faster to add the unit tests (OAK_NEW_TEST/OAK_END_TEST macros). -...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (90): oaklib Download

Added: January 25, 2010 | Visits: 711

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

Added: May 10, 2013 | Visits: 646

Copying and Pasting Directories and Files This script presents a few basic fuctions that allow someone to copy a directory (along with its files and sub-directories) and paste it somewhere else. They ignore links and anything else that is not a directory or a file. The data returned from copy_dir() is in a format that paste_dir() can...


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

License: Freeware Download (56): Copying and Pasting Directories and Files Download

Added: June 08, 2013 | Visits: 565

zope.mimetype This package provides a way to work with MIME content types. There are several interfaces defined here, many of which are used primarily to look things up based on different bits of information. The basic idea behind this is that content objects should provide an interface based on the actual...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): zope.mimetype Download

Added: June 17, 2013 | Visits: 190

Speccer Speccer provides simple means to test individual modules. It uses a minimal, assert-free syntax. This syntax is compiled to actual code utilizing Python's unittest. Henceforth Speccer may be seen as an alternative to it in various situations. Run "setup.py install" to start rocking. See "demo"...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): Speccer Download