Enhanced exceptions testing with catch-exception
31st May 2021 by Aneesh Mistry

The catch-exception library

Learn about the limitations to conventional exception testing from JUnit and resolve them using the catch-exception library from googlecodes.

The catch-exception library allows us to control a test method to capture an exception that can then be asserted upon with more detail and upon the runtime behaviour of our test.

YouTube video link


Share this post