Proton  1.1.1
Make porting easy from Python to C++11
unit_test.hpp File Reference

a lite unit test framework. More...

#include <vector>

Go to the source code of this file.

Namespaces

namespace  proton
 The main proton namespace.
namespace  proton::detail
 The implementation namespace of proton.

Typedefs

typedef int(* proton::detail::unittest_t )()
 the prototype of unit test.

Functions

int proton::detail::unittest_run (std::vector< unittest_t > &ut)
 unit test executor.

Detailed Description

a lite unit test framework.

Definition in file unit_test.hpp.