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
To reduce noise, work and maintenance we often use test classes without namespace in .NET. That leads to a test logger message 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.
Would it be possible to allow test cases without namespace? Maybe it's impossible when considering nested classes.
To reduce noise, work and maintenance we often use test classes without namespace in .NET. That leads to a test logger message
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
.Would it be possible to allow test cases without namespace? Maybe it's impossible when considering nested classes.
.NET test project file
Xunit test file
JUnit Report
Current
Expected
The text was updated successfully, but these errors were encountered: