Course Content
Java JUnit Library. Types of Testing
Java JUnit Library. Types of Testing
Assertions Practice
It's time to practice with different Assertions. A class has been written for you with some methods. Tests for these methods are already written, but for some reason, they keep failing. Your task is to find out the reason for this. The problem lies in the tests, not the code.
Pay close attention to the expected
and actual
values. This way, you will understand what needs to be used in a specific test case.
Thanks for your feedback!