Open
Description
Description
Summarization framework generates odd-looking display names for the IntMath::pow functions. It should be improved or rewritten.
To Reproduce
Run test generation for the IntMath::pow
Expected behavior
It should contain something before -> symbol and also test names should be improved
Actual behavior
It generates two tests with the following summaries:
methodName = "testPow_ReturnBMultiplyAccum"
displayName = "-> return b * accum"
or
methodName = "testPow_ReturnAccum"
displayName = "-> return accum"
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo