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

  • Home
  • SEARCH
  • 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 4620488
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:34:02+00:00 2026-05-22T02:34:02+00:00

Mock class looks like this : struct MockClass { MOCK_METHOD0( foo, void () );

  • 0

Mock class looks like this :
struct MockClass
{
MOCK_METHOD0( foo, void () );
};

If I forget to set an expected calls on a mock object, I get something like this :

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: foo()
Stack trace:

and the stack trace is empty.

So, what has to be done in order to get the stack trace?

  • 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-22T02:34:02+00:00Added an answer on May 22, 2026 at 2:34 am

    This is described here :

    You can control how much Google Mock
    tells you using the
    –gmock_verbose=LEVEL command-line flag, where LEVEL is a string with
    three possible values:
    1. info: Google Mock will print all informational messages, warnings, and
    errors (most verbose). At this
    setting, Google Mock will also log any
    calls to the ON_CALL/EXPECT_CALL
    macros.
    2. warning: Google Mock will print both warnings and errors (less
    verbose). This is the default.
    3. error: Google Mock will print errors only (least verbose).

    Alternatively, you can adjust the
    value of that flag from within your
    tests like so:
    ::testing::FLAGS_gmock_verbose =
    "error"
    ;

    Using the info warning level will print the backtrace

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

Sidebar

Related Questions

I would like to stub the #class method of a mock object: describe Letter
Given a class hierarchy that looks like this: public class Vehicle { private String
Let's say I wrote a pretty simple class called ValueFinder that looks like this:
Let's say I have a manager that looks something like this: public class CustomerManager
Here's my issue, I'd like to mock a class that creates a thread at
I am using a mock object in RhinoMocks to represent a class that makes
I did a search on SO and looks like this question gets asked quite
My application I have an application design that looks like this: web application layer
I've got a Mockito test that looks a bit like this (simplified, of course):
How do I mock the method GetValues() in System.Data.IDataReader? This method changes the array

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.