Contenido del Curso
Java JUnit Library. Types of Testing
Java JUnit Library. Types of Testing
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.
¡Gracias por tus comentarios!