You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Describe the feature
Provide an automated way to write the declarations for a class like MockOsInterface from OsInterface. I.e., translate a virtual Interface function definition into a gmock Mock class function definition.
This involves writing out the googletest macros like:
Reason for request
Similar to #183, this is to save time writing out the googletest declarations manually when it is a mostly mechanical process.
Timeline
No timeline - not urgent.
Additional information
googletest/googlemock is a popular framework, so there may already be tools that can do this in a generalized way. We should see what existing tools there are before writing our own.
The text was updated successfully, but these errors were encountered:
Describe the feature
Provide an automated way to write the declarations for a class like
MockOsInterface
fromOsInterface
. I.e., translate a virtualInterface
function definition into a gmockMock
class function definition.This involves writing out the googletest macros like:
OsInterface.h
↓
MockOsInterface.h
Reason for request
Similar to #183, this is to save time writing out the googletest declarations manually when it is a mostly mechanical process.
Timeline
No timeline - not urgent.
Additional information
googletest/googlemock is a popular framework, so there may already be tools that can do this in a generalized way. We should see what existing tools there are before writing our own.
The text was updated successfully, but these errors were encountered: