Package org.fest.swing.driver
Class JProgressBarWaitUntilValueIsEqualToExpectedTask
java.lang.Object
org.fest.swing.driver.JProgressBarWaitUntilValueIsEqualToExpectedTask
Understands an EDT-safe task that waits until the value of a
JProgressBar
is equal to the
given expected value.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.fest.assertions.Description
untilValueIsEqualTo
(JProgressBar progressBar, int expected) (package private) static void
waitUntilValueIsEqualToExpected
(JProgressBar progressBar, int expected, Timeout timeout)
-
Constructor Details
-
JProgressBarWaitUntilValueIsEqualToExpectedTask
private JProgressBarWaitUntilValueIsEqualToExpectedTask()
-
-
Method Details
-
waitUntilValueIsEqualToExpected
@RunsInEDT static void waitUntilValueIsEqualToExpected(JProgressBar progressBar, int expected, Timeout timeout) -
untilValueIsEqualTo
private static org.fest.assertions.Description untilValueIsEqualTo(JProgressBar progressBar, int expected)
-