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

add metadata information and UI switch to study test errors vs test failures #3

Open
monperrus opened this issue Aug 20, 2018 · 0 comments

Comments

@monperrus
Copy link
Collaborator

In Junit:

  • A test failure is a test that does not pass due to an exception that extends AssertionError (or maybe Error, to be verified)
  • A test error is a test that does not pass due to an unexpected exception that does not Extend AssertionError.

In order to be easier for people to select the ones containing failures and/or errors, what about adding a filter on the test problem (error vs failure)?

(My assumption is that it's a different task, probably easier, to not throw an exception than to satisfy a set of assertions)

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

No branches or pull requests

1 participant