Wednesday, July 27, 2016

Unit Testing in Java

Unit testing is a Java best practice that ensures your code is working how it was intended. It is a critical habit that you should develop early on in your coding adventures.


What you'll learn

  1. Defining a Unit
  2. Composition vs. Inheritance
  3. Test fixtures, test suites and the jUnit test runner