public static interface TestFilter.Observer
Modifier and Type | Method and Description |
---|---|
void |
rejected(TestDescription d,
TestFilter rejector)
Notification methodcalled when a test has been rejected.
|
void rejected(TestDescription d, TestFilter rejector)
d
- The test that has been rejected.rejector
- The filter rejecting the test.Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.