Local Unit Testing for Java 8 Stay organized with collections Save and categorize content based on your preferences. Unit testing allows you to check the quality of your code after you've written it, but you can also use unit testing to improve your development process as you go along. Instead of writing tests after you finish developing your application, consider writing the tests as you go. This