Closed Siphonophora closed 5 years ago
Looks like this is the same root cause as https://github.com/spekt/nunit.testlogger/issues/44
TestResultEventArgs.Result.TestCaseFullyQualifiedName produced by a test with TestFixtureData looks like this:
TestFixtureData Namespace.Class("Arg1","Arg2).Method TestFixtureData and TestCase data Namespace.Class("Arg1","Arg2).Method("Arg1","Arg2)
TryParseName returns false in these cases, and the tests aren't logged.
Looks like this is the same root cause as https://github.com/spekt/nunit.testlogger/issues/44
TestResultEventArgs.Result.TestCaseFullyQualifiedName produced by a test with TestFixtureData looks like this:
TryParseName returns false in these cases, and the tests aren't logged.