Projects / Cutter

Cutter

Cutter is a unit testing framework for C and C++. It provides an easy test writing API and easy debugging output to continue testing.

Tags
Licenses
Operating Systems
Implementation
Translations

RSS Recent releases

  •  30 Oct 2012 15:48

    Release Notes: This release has begun to support Ubuntu 12.10 (Quantal Quetzal). It supports a convenience test data API. If you use the test data API, you need to define a data function. A bug where an incorrect data function was searched when used with CppCutter has been fixed.

    Release Notes: This release has begun to support Ubuntu Precise/Fedora 17. There are some UI related improvements and fixed bugs. This release provides the easy setup script to support Travis CI with Cutter on your projects.

    •  01 Jan 2012 22:00

    Release Notes: This release has an improved test runnter user interface and C++ support. The console test runner shows a test failure message immediately, not at the test's end. It's useful for debugging. You don't need to wait until tests are finished to see test failure message. You can see that a test failure message on a test is failed and start to debug the test immediately. Some C++ assertions are added: cppcut_assert_not_equal(), cppcut_assert_null(), cppcut_assert_not_null(), and cppcut_assert_operator().

    •  07 Aug 2011 14:24

    Release Notes: This release improves multi-thread test support.

    Release Notes: This release has one bug fix and one new feature. The problem (introduced in version 1.1.6) that prevented Cutter from working on CentOS was fixed. Test result notification is now supported on Mac OS X.

    Screenshot

    Project Spotlight

    jOOQ

    Java-based object oriented querying.

    Screenshot

    Project Spotlight

    Generic Data Structures Library

    A generic data structures library for C programmers.