https://github.com/vx68k/cppunitx
C++UnitX – 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++UnitX – a lambda-based C++ unit-testing framework.
- Host: GitHub
- URL: https://github.com/vx68k/cppunitx
- Owner: vx68k
- License: gpl-3.0
- Created: 2019-09-23T07:37:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T11:23:00.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T13:57:05.658Z (over 1 year ago)
- Topics: cplusplus, cplusplus-11, lambda-expressions, testing, unit-testing, wiki, xunit
- Language: Shell
- Homepage: https://www.vx68k.org/cppunitx
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Introduction
C++UnitX 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++UnitX.
[Home page]: https://www.vx68k.org/cppunitx
[][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.
[][GPL-3.0]
[GPL-3.0]: https://opensource.org/licenses/GPL-3.0