← Back to team overview

nunit-core team mailing list archive

[Bug 491484] Re: Report should display all result states

 

** Changed in: nunitv2
       Status: Fix Committed => Fix Released

-- 
Report should display all result states
https://bugs.launchpad.net/bugs/491484
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit Test Result Reporting: Triaged
Status in NUnit V2 Test Framework: Fix Released

Bug description:
Only success, failure and not-run test results are reported currently. Since nunit-results was originally written, NUnit has added a number of other result states... for example: Inconclusive, Canceled, NotRunnable, Skipped and Ignored.  The purpose of this feature request is to introduce some or all of those states as colums in the report.

Because nunit-results can only report on information that is included in the xml file from NUnit, this feature depends on NUnit adding new state information to that file. The implementation needs to deal with both old and new formats of the xml file, doing the best it can to determine the result state when input is in the older file format.