Skip to content

STRICT_EXPECTED_CALL should have an optional variable number of arguments to describe the call #241

@anporumb

Description

@anporumb

Right now I have:

STRICT_EXPECTED_CALL(create_something("a", 1));

But I want to have:

STRICT_EXPECTED_CALL(create_something("a", 1), "%s %d", "create_something for source", __LINE__);

And these printf-ish arguments would be printed in the get_expected_calls somehow as hints/pointers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions