← Back to team overview

nunit-core team mailing list archive

[Bug 491479] Re: Theory results are not reported correctly

 

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

-- 
Theory results are not reported correctly
https://bugs.launchpad.net/bugs/491479
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:
Since there is no info in the result file to identify a test method as a theory, tests that fail the assumptions for the theory are reported as failures. Ideally, assumption failures should be reported as inconclusive but they could simply be ignored for now.