You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: