Open
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
Type
Projects
Status
Todo