Uses of Class
org.fest.swing.fixture.JProgressBarFixture

Packages that use JProgressBarFixture
org.fest.swing.fixture 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 JProgressBarFixture
 JProgressBarFixture ContainerFixture.progressBar()
          Returns a JProgressBar found in this fixture's Container.
 JProgressBarFixture ComponentContainerFixture.progressBar()
          Returns a JProgressBar found in this fixture's Container.
 JProgressBarFixture ContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher)
          Finds a JProgressBar in this fixture's Container, that matches the specified search criteria.
 JProgressBarFixture ComponentContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher)
          Finds a JProgressBar in this fixture's Container, that matches the specified search criteria.
 JProgressBarFixture ContainerFixture.progressBar(String name)
          Finds a JProgressBar in this fixture's Container, which name matches the specified one.
 JProgressBarFixture ComponentContainerFixture.progressBar(String name)
          Finds a JProgressBar in this fixture's Container, which name matches the specified one.
 JProgressBarFixture JProgressBarFixture.requireDeterminate()
          Asserts that this fixture's JProgressBar is in determinate mode.
 JProgressBarFixture JProgressBarFixture.requireDisabled()
          Asserts that this fixture's JProgressBar is disabled.
 JProgressBarFixture JProgressBarFixture.requireEnabled()
          Asserts that this fixture's JProgressBar is enabled.
 JProgressBarFixture JProgressBarFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JProgressBar is enabled.
 JProgressBarFixture JProgressBarFixture.requireIndeterminate()
          Asserts that this fixture's JProgressBar is in indeterminate mode.
 JProgressBarFixture JProgressBarFixture.requireNotVisible()
          Asserts that this fixture's JProgressBar is not visible.
 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.requireToolTip(Pattern pattern)
          Asserts that the toolTip in this fixture's JProgressBar matches the given regular expression pattern.
 JProgressBarFixture JProgressBarFixture.requireToolTip(String expected)
          Asserts that the toolTip in this fixture's JProgressBar matches the given value.
 JProgressBarFixture JProgressBarFixture.requireValue(int value)
          Asserts that the value of this fixture's JProgressBar is equal to the given one.
 JProgressBarFixture JProgressBarFixture.requireVisible()
          Asserts that this fixture's JProgressBar is visible.
 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 © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.