An open API service indexing awesome lists of open source software.

https://github.com/vx68k/cppunitx

C++Unit​X – a lambda-based C++ unit-testing framework.
https://github.com/vx68k/cppunitx

cplusplus cplusplus-11 lambda-expressions testing unit-testing wiki xunit

Last synced: 11 months ago
JSON representation

C++Unit​X – a lambda-based C++ unit-testing framework.

Awesome Lists containing this project

README

          

# Introduction

C++Unit­X is a lambda-based xUnit-style unit-testing framework for C++.
It aims to reduce the need to use macros in test suites for C++ (and C) programs.

See the [home page][] for more information about C++Unit­X.

[Home page]: https://www.vx68k.org/cppunitx

[![(Open issues)](https://img.shields.io/bitbucket/issues/kazssym/cppunitx.svg)][open issues]

[Open issues]: https://bitbucket.org/kazssym/cppunitx/issues?status=new&status=open

# License

This program is provided under the terms and conditions of the [GNU General
Public License, version 3][GPL-3.0] or any later version.

[![(License)](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)][GPL-3.0]

[GPL-3.0]: https://opensource.org/licenses/GPL-3.0