1CGREEN(5)                     File Formats Manual                    CGREEN(5)
2
3
4

NAME

6       cgreen - a framework for C and C++ unit tests and mocking
7

DESCRIPTION

9       Cgreen is a framework for creating and running compact and easy-to-read
10       unittests for C and/or C++.
11
12       Here are some of its features:
13
14
15       · Fluent API resulting in very readable tests
16
17       · Expressive and clear output using the default reporter
18
19       · Fully functional mocks, both strict and loose
20
21       · Each test runs in its own process for test suite robustness
22
23       · Automatic discovery  and  running  of  tests  using  dynamic  library
24         inspection
25
26       · Extensive and expressive constraints for many datatypes
27
28       · BDD-flavoured test declarations with Before and After declarations
29
30       · Extensible reporting mechanism
31
32       · Fully composable test suites
33
34       · An isolated test can be run in a single process for debugging
35
36
37

SEE ALSO

39       cgreen-runner(1)
40
41       The full documentation for cgreen-runner and the Cgreen framework is in
42       the Cgreen manual available at GitHub ⟨https://github.com/cgreen-devs/
43       cgreen⟩.
44
45
46
47                                                                     CGREEN(5)
Impressum