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
I'm using googletest within my c++ project, where parameterized tests have names of the form ${TestCaseName}/${TestClassName}.${TestMethodName}/${TestNumber} [${TestParameters}...]
junit.testlogger apparently fails to parse those kind of test names:
Test Logger: Unable to parse one or more test names provided by your test runner. These will be logged using Namespace='UnknownNamespace', Type='UnknownType'. The entire test name will be used as the Method name. Please open a ticket so we can review this issue
Expected outcome for the test method name is everything after the .
The text was updated successfully, but these errors were encountered:
I'm using googletest within my c++ project, where parameterized tests have names of the form
${TestCaseName}/${TestClassName}.${TestMethodName}/${TestNumber} [${TestParameters}...]
junit.testlogger apparently fails to parse those kind of test names:
Expected outcome for the test method name is everything after the
.
The text was updated successfully, but these errors were encountered: