Skip to content

Weird display names and test names for the IntMath::pow function in some cases #331

Open
@amandelpie

Description

@amandelpie

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

Labels

comp-summariesSomething related to the method names, code comments and display names generationctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions