Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestResult 'Warning' not handled by ITestRunner/ITestLogger #170

Open
Daniel-Tr opened this issue Nov 22, 2016 · 1 comment
Open

TestResult 'Warning' not handled by ITestRunner/ITestLogger #170

Daniel-Tr opened this issue Nov 22, 2016 · 1 comment

Comments

@Daniel-Tr
Copy link
Contributor

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?

@rmcginty
Copy link
Contributor

rmcginty commented Apr 4, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants