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

[CLOSED] Unit-tests that cannot run due to environmental problems are currently marked as failed rather than Inconclusive #22

Closed
alphaleonis opened this issue Jan 15, 2015 · 0 comments
Milestone

Comments

@alphaleonis
Copy link
Owner

Issue by alphaleonis from Wednesday Jan 07, 2015 at 10:09 GMT
Originally opened as #22


If a test cannot run due to environmental problems, such as the computer not being part of a domain, that test should be marked inconclusive. Today these tests fail.

They should instead contain something like the following in the beginning of the test method:

if (testCannotExecute)
   Assert.Inconclusive("This test cannot be run because XXX");
@alphaleonis alphaleonis added this to the Future milestone Jan 15, 2015
alphaleonis pushed a commit that referenced this issue Jan 15, 2015
alphaleonis pushed a commit that referenced this issue Jan 15, 2015
alphaleonis pushed a commit that referenced this issue Jan 15, 2015
@Yomodo Yomodo modified the milestones: Future, Release 2.1 Jun 3, 2018
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

2 participants