Cgreen has MOVED to GitHub: https://github.com/cgreen-devs/cgreen, files, documentation, source, issues are all there. This repo is OBSOLETE and not updated anymore.
Cgreen is a unittesting and mocking framework for C and C++. Features include composite test suites, each test can be run in it's own process, trapping of hung tests, setup and teardown, extensible interface, support for mocking functions and automatic discovery of tests.
Go to GitHub: https://github.com/cgreen-devs/cgreen to learn more.
Features
- Fluent assert/constraint/mock interface
- Mocking of functions
- Each test is run in it's own process
- Traps hung tests
- Composite test suites
- Set up and tear down xUnit style
- Extensible interface
- Optional BDD style with Subject Under Test
Categories
Software TestingLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2), ISC LicenseFollow Cgreen
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
It seems like this application is great for testing, but there are some issues that are preventing a better review. First is that most of the binary packages are missing a header file to get a test working. The package is available in the src package. The instructions for building the source also don't appear to work. I am wondering if something minor is missing.
-
I compared a lot of free unit test frameworks. an important point was that the test should continue after an illegal memory operation has been commited. most of the frame works died or became unpredictable even if they detected the segfault. cgreen and libu did the best job. since cgreen has additional mocking features, this one became my favorite.
-
Thumbs up! will try to contribute