|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.seleniumhq.selenium.fluent.Internal.BaseTestableObject<T>
org.seleniumhq.selenium.fluent.TestableValue<T>
public class TestableValue<T>
| Field Summary |
|---|
| Fields inherited from class org.seleniumhq.selenium.fluent.Internal.BaseTestableObject |
|---|
context, execution, is, monitor, within |
| Constructor Summary | |
|---|---|
protected |
TestableValue(Execution<T> execution,
Context context,
Monitor monitor)
|
|
TestableValue(Period period,
Execution<T> execution,
Context context,
Monitor monitor)
|
| Method Summary | |
|---|---|
TestableValue<T> |
shouldBe(T shouldBe)
|
TestableValue<T> |
shouldNotBe(T shouldNotBe)
|
T |
value()
|
TestableValue<T> |
within(Period period)
|
| Methods inherited from class org.seleniumhq.selenium.fluent.Internal.BaseTestableObject |
|---|
assignValueIfNeeded, baseShouldBe, baseShouldNotBe, calcEndMillis, durationIfNotZero, validateWrapRethrow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TestableValue(Execution<T> execution,
Context context,
Monitor monitor)
public TestableValue(Period period,
Execution<T> execution,
Context context,
Monitor monitor)
| Method Detail |
|---|
public TestableValue<T> within(Period period)
public TestableValue<T> shouldBe(T shouldBe)
public TestableValue<T> shouldNotBe(T shouldNotBe)
public T value()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||