-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorcomp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-bugIssue is a bugIssue is a bug
Description
Description
Plain text summaries formatting is broken.
To Reproduce
- Generate a test for max method from intExamples.
Expected behavior
/**
* <pre>
* Test executes conditions:
* {@code (x > y): True }
* returns from: {@code return x; }
* </pre>
*/
@Test
@DisplayName("max: x > y : True -> return x")
public void testMax_XGreaterThanY() throws Exception {
<...>
}
Actual behavior
/**
<pre>
Test executes conditions:
* {@code (x > y): True }
* returns from: {@code return x; }
* </pre>
*/
@Test
@DisplayName("max: x > y : True -> return x")
public void testMax_XGreaterThanY() throws Exception {
<...>
}
Environment
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorcomp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Todo