logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gmock_gen - program to generate gmock header files

Author

       gmock_gen was written by nnorwitz@gmail.com.

       This  manual  page was written by Fredrik Hallenberg <hallon@debian.org>, for the Debian project (and may
       be used by others).

                                                   2010-04-15                                       GMOCK_GEN(1)

Description

       This manual page documents briefly the gmock_gen commands.

       This program will read in a C++ source file and output the Google Mock classes for the specified classes.
       If no class is specified, all classes in the source file are emitted.
       The program is documented fully by http://code.google.com/p/googlemock/

Name

       gmock_gen - program to generate gmock header files

Synopsis

gmock_gen  files...

See Also