Closed gfoidl closed 2 years ago
XUnit may write the full-qualified name as the testName, but for (Jenkins) JUnit this is expected to be only the test-name (i.e. not fully-qualified), as there's also the className which is fully-qualified.
testName
className
Fixes https://github.com/gfoidl/trx2junit/issues/102
XUnit may write the full-qualified name as the
testName
, but for (Jenkins) JUnit this is expected to be only the test-name (i.e. not fully-qualified), as there's also theclassName
which is fully-qualified.Fixes https://github.com/gfoidl/trx2junit/issues/102