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 Type
    Method
    Description
    void
    Notification method called when a test has been rejected.
  • Method Details

    • 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.