Package com.sun.javatest
Interface TestFilter.Observer
-
- Enclosing class:
- TestFilter
public static interface TestFilter.ObserverAn interface for notification about why a test has been filtered out.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrejected(TestDescription d, TestFilter rejector)Notification method called when a test has been rejected.
-
-
-
Method Detail
-
rejected
void rejected(TestDescription d, TestFilter rejector)
Notification method called when a test has been rejected.- Parameters:
d- The test that has been rejected.rejector- The filter rejecting the test.
-
-