You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test case name is derived from the input string, which in this case contains an invalid XML char \b. When tools (like IDEs) try to parse the junit XML, they'll fail due to the invalid char.
With a ParameterizedTest it is possible to generate test case names with invalid XML characters. E.g.
The test case name is derived from the input string, which in this case contains an invalid XML char
\b
. When tools (like IDEs) try to parse the junit XML, they'll fail due to the invalid char.It looks like this could also happen for test suite names.
The text was updated successfully, but these errors were encountered: