Skip to content

fgwsz/test

Repository files navigation

test

C++11 unit testing library header only.

Usage

Copy include/test.hpp to your project.

Include

#include "test.hpp"

API

Public

namespace:::test
function/class:::test::*
macro:TEST_*

Private

namespace:::test::detail
function/class:::test::detail::*
macro:__TEST_*

Example

Refer to tests/test_test.hpp.

About

C++11 unit testing library header only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published