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().


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.


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().


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.