Testing Exceptions Practice
I hope you remember how you wrote exception handling in this chapter. It's time to practice writing tests for these assertions.
Task
Your task is to cover two methods from the ExceptionHandlingExercise
class with tests using assertThrows()
and assertDoesNotThrow()
assertions in the unit test class that I have created for you.
Takk for tilbakemeldingene dine!
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 4.55
Testing Exceptions Practice
Sveip for å vise menyen
I hope you remember how you wrote exception handling in this chapter. It's time to practice writing tests for these assertions.
Task
Your task is to cover two methods from the ExceptionHandlingExercise
class with tests using assertThrows()
and assertDoesNotThrow()
assertions in the unit test class that I have created for you.
Takk for tilbakemeldingene dine!