Class WaitForAssert


  • public abstract class WaitForAssert
    extends WaitFor
    • Constructor Detail

      • WaitForAssert

        protected WaitForAssert()
      • WaitForAssert

        protected WaitForAssert​(String optionalWatchDogName,
                                long timeoutMs)
      • WaitForAssert

        protected WaitForAssert​(long timeoutMs)
      • WaitForAssert

        protected WaitForAssert​(long timeout,
                                @NotNull
                                TimeUnit timeUnit)
      • WaitForAssert

        protected WaitForAssert​(long timeoutMs,
                                long pollIntervalMs)
    • Method Detail

      • waitFinished

        protected void waitFinished()
      • getAssertMessage

        protected String getAssertMessage()