Lessons: 20Length: 2.8 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.3 Exceptions

Testing exceptions are an important part of your whole test suite, because, in addition to testing your class using the correct API, you should also test how it should behave in the case of errors. This episode will demonstrate how to test your code for exceptions.