Search

Dark theme | Light theme

July 28, 2009

Show test failures only in NetBeans 6.7

The Test Results tab in NetBeans has an option to only show failed test methods. This will give a better overview when we are testing and only interested in the methods that fail.

In the left gutter of the Test Results tab we have an icon for showing failures only:

When we click the icon we only see the failed methods for the test class. We focus on these to remove the failures from the test class: