the-trunk

Anonymous

TRunK - Tests Running Kit


TRunK is a cross platform GUI tool that allows you to run C/C++ unit tests and visualize the results.

Currently supported features are:

  • add one or a few directories with test modules (binaries);
  • run test modules and retrieve testing results;
  • build a nice tree showing test suits and tests hierarchy;
  • calculate a simple statistics and display it after testing or in hovers.

Currently supported C/C++ unit test framework is Boost Test.
A few another frameworks are planned to support in future:

  • Qt Test;
  • CppUnit;
  • Google Testign Framework.