Uses of Class
org.fest.swing.fixture.JProgressBarFixture
Packages that use JProgressBarFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JProgressBarFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JProgressBarFixtureModifier and TypeMethodDescriptionComponentContainerFixture.progressBar()Returns afound in this fixture'sJProgressBar.ContainerComponentContainerFixture.progressBar(String name) Finds ain this fixture'sJProgressBar, which name matches the specified one.ContainerComponentContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher) Finds ain this fixture'sJProgressBar, that matches the specified search criteria.ContainerContainerFixture.progressBar()Returns afound in this fixture'sJProgressBar.ContainerContainerFixture.progressBar(String name) Finds ain this fixture'sJProgressBar, which name matches the specified one.ContainerContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher) Finds ain this fixture'sJProgressBar, that matches the specified search criteria.ContainerJProgressBarFixture.requireDeterminate()Asserts that this fixture'sis in determinate mode.JProgressBarJProgressBarFixture.requireDisabled()Asserts that this fixture'sis disabled.JProgressBarJProgressBarFixture.requireEnabled()Asserts that this fixture'sis enabled.JProgressBarJProgressBarFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JProgressBarJProgressBarFixture.requireIndeterminate()Asserts that this fixture'sis in indeterminate mode.JProgressBarJProgressBarFixture.requireNotVisible()Asserts that this fixture'sis not visible.JProgressBarJProgressBarFixture.requireText(String expected) Asserts that the text of this fixture'sis equal to the specifiedJProgressBarString.JProgressBarFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JProgressBarJProgressBarFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JProgressBarJProgressBarFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JProgressBarJProgressBarFixture.requireValue(int value) Asserts that the value of this fixture'sis equal to the given one.JProgressBarJProgressBarFixture.requireVisible()Asserts that this fixture'sis visible.JProgressBarJProgressBarFixture.waitUntilIsDeterminate()Waits until the value of this fixture'sis in determinate mode.JProgressBarJProgressBarFixture.waitUntilIsDeterminate(Timeout timeout) Waits until the value of this fixture'sis in determinate mode.JProgressBarJProgressBarFixture.waitUntilValueIs(int value) Waits until the value of this fixture'sis equal to the given value.JProgressBarJProgressBarFixture.waitUntilValueIs(int value, Timeout timeout) Waits until the value of this fixture'sis equal to the given value.JProgressBar