RSS 7 projects tagged "Unit Testing"

Download Website Updated 23 Jan 2012 LibU

Screenshot
Pop 122.09
Vit 5.24

LibU is a multiplatform C library that comes under a BSD-style license. It includes many interdependent modules for accomplishing several tasks: memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks. It has a small footprint (about 70KB for the default configuration), it is modular, and it has a multiplatform nature, making it an ideal candidate for embedded systems. KLone is an example of such usage.

No download Website Updated 03 Sep 2011 filterunit

Screenshot
Pop 68.74
Vit 7.16

filterunit allows unit tests to be devised for command line programs that use files as input and output. Classic Unix filters are a typical example. filterunit runs the program under test with the specified input files and compares the actual results with the expected results.

No download Website Updated 04 Oct 2012 Codeception

Screenshot
Pop 35.64
Vit 1.83

Codeception is a full-stack testing PHP framework. Inspired by BDD, it provides an original way for writing acceptance, functional, and unit tests. It's easy to write, easy to understand, and easy to run in a browser or its emulator.

Download Website Updated 17 Apr 2011 pyrobase

Screenshot
Pop 28.14
Vit 1.00

pyrobase assembles general Python helper functions and classes that can be applied to any project. This includes some additional tasks for the Paver build tool, an improved xmlrpc2scgi module, unit test helpers, and generic base modules for various domains. All modules have unit tests, and the goal is to reach >80% coverage.

No download Website Updated 10 Sep 2011 LolUnit

Screenshot
Pop 21.66
Vit 1.00

LolUnit is a lightweight (single header, no binary) C++ unit testing framework. It provides a CppUnit-like preprocessor macro API, augmented with support for more comparison types and reports about the current testing context.

No download No website Updated 12 Feb 2012 ytest

Screenshot
Pop 21.63
Vit 21.60

ytest is a PHPUnit extension, based on the PHP extension "runkit", that allows you to replace static, private, and global functions with fakes, stubs, or mocks. This eases the automated testing of PHP applications that weren't written in a TDD fashion (i.e. test-first). It can also be helpful on projects where many methods are kept private, or projects that don't use OOP so much. ytest has already been used to "test after" (as opposed to "test first") some real-life commercial projects, and has proven useful. It needs PHP >= 5.2.

No download No website Updated 02 Feb 2012 Complexity Analyzer

Screenshot
Pop 17.46
Vit 21.82

Complexity Analyzer is a utility class that can evaluate the complexity of the code in another class and provide a complexity ranking for methods. Given existing unit tests, it provides a to do list, consisting of all methods with incomplete or missing tests, again ordered by complexity. It complements PHPUnit's code coverage functionality and can be used for guiding test writing efforts. It provides command line interface options, so it can be executed as a command from a shell.

Screenshot

Project Spotlight

pride

Poor Richard's Independent anDroid Environment.

Screenshot

Project Spotlight

SmartGit/Hg

A GUI client for Git, Mercurial, and SVN.