Skip to content

UtAssert_STUB_COUNT missing a space in string output #1200

@skliper

Description

@skliper

Is your feature request related to a problem? Please describe.
example output: "CallCountCFE_EVS_SendEvent() (0) == 0 (0)"

Describe the solution you'd like
CallCount CFE_EVS_SendEvent() (0) == 0 (0)

Describe alternatives you've considered
None

Additional context
(

#define UtAssert_STUB_COUNT(stub, expected) \
UtAssert_GenericSignedCompare(UT_GetStubCount(UT_KEY(stub)), UtAssert_Compare_EQ, expected, \
UtAssert_Radix_DECIMAL, __FILE__, __LINE__, "CallCount", #stub "()", #expected)
)

Requester Info
Jacob Hageman - NASA/GSFC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions