OPI Blog
Learn from experts in their fields

Browsing Tags: TestNG

Sep 18, 2013
The Benefits of Using assertThat over other Assert Methods in Unit Tests
Introduction When Junit 4 was released a number of things changed, most notably the use of the test annotation so that there is no longer a need to extend TestCase and name methods starting with ...