Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7498233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:23:45+00:00 2026-05-29T19:23:45+00:00

I am using gmock for unit testing C++ code . I am not using

  • 0

I am using gmock for unit testing C++ code. I am not using the gtest framework. I am using visual studio 2008’s built-in testing framework.

Now my problem is that I have to manually write mock classes for a real class to unit test. For example if I have A class with 5 functions then I have to write MockAClass with 5 functions. Is there any way that these classes are automatically generated.

class AClass
{
public:
    virtual int AFunction()
    {
        return 5;
    }
    virtual int AFunctionWithArguments(int x)
    {
        return x;
    }



class MockAClass : public AClass
{
public:
    MOCK_METHOD0(AFucntion, int());
    MOCK_METHOD1(AFunctionWithArgument, int(int x));
};
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:23:48+00:00Added an answer on May 29, 2026 at 7:23 pm

    There is a tool bundled with the google mock project that will help you do this. However I think the tool requires python to be installed, and I don’t know how well it works in a windows environment. I’ve also found that the generated files sometimes need a little tweak to work perfectly.

    Here’s the info from the docs:

    Tip: If even this is too much work for you, you’ll find the
    gmock_gen.py tool in Google Mock’s scripts/generator/ directory
    (courtesy of the cppclean project) useful. This command-line tool
    requires that you have Python 2.4 installed. You give it a C++ file
    and the name of an abstract class defined in it, and it will print the
    definition of the mock class for you. Due to the complexity of the C++
    language, this script may not always work, but it can be quite handy
    when it does. For more details, read the user documentation.

    Here is new localization of this script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Visual Studio 2010 C++ with googletest. I'm new to unit testing and I've
I'm using GMock to add some unit testing to our existing Java projects. We
Using Visual Studio 2010 C++ with GMock. Trying to create a stub object for
I am using gmock in my project and I meet a problem to set
I find that when running multiple gmock tests using and in memory database I
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using Entity Framework CodeFirst, how do I create a created datetime column that gets
Using Browserlab, it appears that the background image is not centred in Firefox7 for
Using LINQ on collections, what is the difference between the following lines of code?
Using Nunit, I want to be able to write a test fixture that will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.