Fixed transmission of NUnit test results
Fixed #3 - NUnit test results should now be transmitted to Octane.
For both (JUnit and NUnit) when test results are converted into the Octane Data Model:
- the packageName is now extracted from the fully qualified name of the test case
- the className is now understood being a "simple classname" (without any package) and is also read from the fully qualified name of the test case
- the testName ist extracted from the fully qualified name of the test case
The log-message for whenever an XML artifact could not be parsed will now tell which artifact (URL of the artifact is used) could not be parsed. Since this plugin tries to parse every artifact which seems to be a XML-file, even with regular usage this message will appear a lot.