资 源 简 介
NullUnit is an easy-to-use testing framework for C++ projects. It supports automatic test discovery, user-defined assertions, fatal and non-fatal conditions, fixtures, XML report generation, strong support for IDE integration, and a clean syntax.
Move to GitHub
Documentation, issue tracking and source code are now hosted on the GitHub project page. This site will still be used for downloads.
New Users
The Five Minute Tutorial provides a quick overview of the major NullUnit features with example code.
Installing on Ubuntu 10.10
NullUnit is now available in a PPA.
$ sudo add-apt-repository ppa:nullptr/nullunit$ sudo apt-get update$ sudo apt-get install libnullunit-dev
Installing on Windows
The pre-compiled binaries for Visual Studio 2010 and Visual Studio 2012