DUnitX
DUnitX copied to clipboard
TestResult 'Warning' not handled by ITestRunner/ITestLogger
Hi,
I just noticed that the TTestResultType enum contains a 'Warning' value. This value seems not to be handled neither by the runner (see TDUnitXTestRunner.RecordResult, ITestRunner), nor the logger (see ITestLogger).
Is this intended? Are there any plans on incorporating a handler for this result type?
I didn't look at this issue first - I'm basically asking this same question in your other issue #169. We'll see what is said over there and then we can update this issue as well.
The big thing is whether NUnit xml output supports any other status than Pass/Fail/Not Run.