Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JProgressBarFixture |
ContainerFixture.progressBar()
Returns a
found in this fixture's . |
JProgressBarFixture |
ComponentContainerFixture.progressBar()
Returns a
found in this fixture's . |
JProgressBarFixture |
ContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher)
Finds a
in this fixture's , that matches the
specified search criteria. |
JProgressBarFixture |
ComponentContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher)
Finds a
in this fixture's , that matches the
specified search criteria. |
JProgressBarFixture |
ContainerFixture.progressBar(String name)
Finds a
in this fixture's , which name matches
the specified one. |
JProgressBarFixture |
ComponentContainerFixture.progressBar(String name)
Finds a
in this fixture's , which name matches
the specified one. |
JProgressBarFixture |
JProgressBarFixture.requireDeterminate()
Asserts that this fixture's
is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JProgressBarFixture |
JProgressBarFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JProgressBarFixture |
JProgressBarFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JProgressBarFixture |
JProgressBarFixture.requireIndeterminate()
Asserts that this fixture's
is in indeterminate mode. |
JProgressBarFixture |
JProgressBarFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JProgressBarFixture |
JProgressBarFixture.requireText(Pattern pattern)
Asserts that the text of this fixture's
matches the given regular expression
pattern. |
JProgressBarFixture |
JProgressBarFixture.requireText(String expected)
Asserts that the text of this fixture's
is equal to the specified
String . |
JProgressBarFixture |
JProgressBarFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JProgressBarFixture |
JProgressBarFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JProgressBarFixture |
JProgressBarFixture.requireValue(int value)
Asserts that the value of this fixture's
is equal to the given one. |
JProgressBarFixture |
JProgressBarFixture.requireVisible()
Asserts that this fixture's
is visible. |
JProgressBarFixture |
JProgressBarFixture.waitUntilIsDeterminate()
Waits until the value of this fixture's
is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.waitUntilIsDeterminate(Timeout timeout)
Waits until the value of this fixture's
is in determinate mode. |
JProgressBarFixture |
JProgressBarFixture.waitUntilValueIs(int value)
Waits until the value of this fixture's
is equal to the given value. |
JProgressBarFixture |
JProgressBarFixture.waitUntilValueIs(int value,
Timeout timeout)
Waits until the value of this fixture's
is equal to the given value. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.