Course Content
Java JUnit Library. Types of Testing
Java JUnit Library. Types of Testing
Section 2 Summary
Congratulations on completing the second section of this course!
In this section, you learned how to import necessary libraries for writing unit tests and how to test your code using unit testing.
You tested individual modules and also learned about various assertions that will allow you to easily test any of your code. Additionally, you discovered the Test-Driven Development (TDD) approach to programming, and who knows, maybe you've already decided to start programming using this approach.
In any case, you've done great work! With tests, your code will look much better and more professional.
Thanks for your feedback!