Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
courses:b0b36pjv:tutorials:07:testovani [2021/03/27 19:43]
127.0.0.1 external edit
courses:b0b36pjv:tutorials:07:testovani [2024/04/03 16:59]
mudromar
Line 44: Line 44:
 } }
 </​code>​ </​code>​
 +
 +Pro JUnit5:
 +
 +<code java>
 +Exception exception = assertThrows(ArithmeticException.class,​ () -> newCalculator.divide(5,​0));​
 +</​code>​
 +
  
 ==== Timeout ==== ==== Timeout ====
courses/b0b36pjv/tutorials/07/testovani.txt · Last modified: 2024/04/08 15:24 by mudromar