- generateGmock
void generateGmock(CppClass in_c, CppModule hdr, Flag!"inlineCtorDtor" inlineCtorDtor)
Generate a Google Mock that implements in_c.
- generateGmockHdr
auto generateGmockHdr(Path if_file, Path incl_guard, DextoolVersion ver, CustomHeader custom_hdr, CppModule gmock)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateGmockImpl
void generateGmockImpl(CppClass in_c, CppModule impl)
Undocumented in source.
- generateGmockImpl
auto generateGmockImpl(Path if_file, Path hdr, DextoolVersion ver, CustomHeader custom_hdr, CppModule gmock)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeGmock
auto makeGmock(CppClass c)
Make a gmock implementation of the class.