Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @Test
  2. public void stopTestingIfThisFailed() throws Exception
  3. {
  4. someTestStesp();
  5. if (softAsserter.isOneFailed()) {
  6. asserter.fail("stopTestingIfThisFailed test Failed");
  7. throw new Exception("Test can't continue, fail here!");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement