Class Wait.Predicate<Return>

java.lang.Object
org.jenkinsci.test.acceptance.junit.Wait.Predicate<Return>
Enclosing class:
Wait<Subject>

public abstract static class Wait.Predicate<Return> extends Object
  • Constructor Details

    • Predicate

      public Predicate()
  • Method Details

    • apply

      public abstract Return apply() throws Exception
      Throws:
      Exception
    • diagnose

      public abstract String diagnose(Throwable lastException, String message)
      Create additional text description on the failure.

      Both lastException and message will be reported separately.