Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse test names when using with googletestadapter #76

Open
dbankmann opened this issue Mar 14, 2024 · 1 comment
Open

Unable to parse test names when using with googletestadapter #76

dbankmann opened this issue Mar 14, 2024 · 1 comment

Comments

@dbankmann
Copy link

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 .

@codito
Copy link
Contributor

codito commented Jun 22, 2024

@dbankmann please share a repro project if possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants