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
When a JUnit assumption fails yatspec reports that the test has passed and the HTML output is green. It should say something like "Assumption violated" instead and go yellow.
A workaround that we will use for now is assertThat() instead of assumeThat().
An example of a test taht will go green bu should have gone yellow:
Hi Dan.
When a JUnit assumption fails yatspec reports that the test has passed and the HTML output is green. It should say something like "Assumption violated" instead and go yellow.
A workaround that we will use for now is assertThat() instead of assumeThat().
An example of a test taht will go green bu should have gone yellow:
The text was updated successfully, but these errors were encountered: