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!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
What are the different types of assertions used in these tests?
Can you explain why the tests were failing before?
How do I know which assertion to use in each test case?
Awesome!
Completion rate improved to 4.55
Assertions Practice
Swipe to show menu
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!