Assertion
-
junit
Assert ‘Exception thrown’ Junit
1. Introduction In the Java programming language, an assertion is a statement that enables you to test your program’s presumptions.…
Read More » -
junit
JUnit Using Assertions and Annotations Example
In this example we are going to create test cases so as to understand the use of assertions and annotations…
Read More »