Interface TestFilter.Observer
- Enclosing class:
TestFilter
public static interface TestFilter.Observer
An interface for notification about why a test has been filtered out.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrejected(TestDescription d, TestFilter rejector) Notification method called when a test has been rejected.
-
Method Details
-
rejected
Notification method called when a test has been rejected.- Parameters:
d- The test that has been rejected.rejector- The filter rejecting the test.
-