| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JProgressBarFixture |
ComponentContainerFixture.progressBar()
Returns a
JProgressBar found in this fixture's Container. |
JProgressBarFixture |
AbstractContainerFixture.progressBar() |
JProgressBarFixture |
ComponentContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher)
Finds a
JProgressBar in this fixture's Container, that matches the specified search criteria. |
JProgressBarFixture |
AbstractContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher) |
JProgressBarFixture |
ComponentContainerFixture.progressBar(String name)
Finds a
JProgressBar in this fixture's Container, which name matches the specified one. |
JProgressBarFixture |
AbstractContainerFixture.progressBar(String name) |
JProgressBarFixture |
JProgressBarFixture.requireDeterminate()
Asserts that this fixture's
JProgressBar is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.requireIndeterminate()
Asserts that this fixture's
JProgressBar is in indeterminate mode. |
JProgressBarFixture |
JProgressBarFixture.requireText(Pattern pattern)
Asserts that the text of this fixture's
JProgressBar matches the given regular expression pattern. |
JProgressBarFixture |
JProgressBarFixture.requireText(String expected)
Asserts that the text of this fixture's
JProgressBar is equal to the specified String. |
JProgressBarFixture |
JProgressBarFixture.requireValue(int value)
Asserts that the value of this fixture's
JProgressBar is equal to the given one. |
JProgressBarFixture |
JProgressBarFixture.waitUntilIsDeterminate()
Waits until the value of this fixture's
JProgressBar is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.waitUntilIsDeterminate(Timeout timeout)
Waits until the value of this fixture's
JProgressBar is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.waitUntilValueIs(int value)
Waits until the value of this fixture's
JProgressBar is equal to the given value. |
JProgressBarFixture |
JProgressBarFixture.waitUntilValueIs(int value,
Timeout timeout)
Waits until the value of this fixture's
JProgressBar is equal to the given value. |
Copyright © 2014 AssertJ. All rights reserved.