@DisplayName("clinitMockExample: ")
without description of the test
#1734
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
Description
For some test methods
@DisplayName
contains only method under test and there is no description of what's is tested.To Reproduce
Steps to reproduce the behavior:
utbot
projectorg.utbot.examples.mock.CommonMocksExample
classExpected behavior
Generated tests have
@DisplayName
which contains both method name and description of the test itself.Actual behavior
Declaration of one of the tests looks like this:
Note that there is nothing after colon
Visual proofs (screenshots, logs, images)
The text was updated successfully, but these errors were encountered: