August 2017
Beginner
298 pages
7h 26m
English
While writing classes with main methods can get the job done with unit testing, we can do better. You typically write tests in Java using a framework such as JUnit. JUnit is a complete testing framework with handy life cycle hooks and annotations that you can use to write tests easily. Let's look at converting our test module to use JUnit.
Here are the steps:
Read now
Unlock full access