Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gMock functions skipped because of parser errors #49

Open
Rubyfi opened this issue Jul 10, 2023 · 0 comments
Open

gMock functions skipped because of parser errors #49

Rubyfi opened this issue Jul 10, 2023 · 0 comments

Comments

@Rubyfi
Copy link

Rubyfi commented Jul 10, 2023

We're using gMock in our testing setup, which seems to cause some trouble with Doxylink.

Code (implemented according to the gMock guidelines):

class ServicesMock : public IServices
{
  public:
    MOCK_METHOD(boolean, isEmpty, (), (const, override));
}

Log:

Skipping function ServicesMock::MOCK_METHOD(boolean, isEmpty,(),(const, override)). Error reported from parser was: Expected ')', found ','  (at char 27), (line:1, col:28)

Is there a workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant