|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.seleniumhq.selenium.fluent.Internal.BaseTestableObject<String>
org.seleniumhq.selenium.fluent.TestableString
public class TestableString
| Field Summary |
|---|
| Fields inherited from class org.seleniumhq.selenium.fluent.Internal.BaseTestableObject |
|---|
context, execution, is, monitor, within |
| Constructor Summary | |
|---|---|
protected |
TestableString(Execution<String> execution,
Context ctx,
Monitor monitor)
|
| Method Summary | |
|---|---|
TestableString |
shouldBe(String shouldBe)
|
TestableString |
shouldContain(String shouldContain)
|
TestableString |
shouldMatch(String regex)
|
TestableString |
shouldNotBe(String shouldNotBe)
|
TestableString |
shouldNotContain(String shouldNotContain)
|
TestableString |
shouldNotMatch(String regex)
|
String |
toString()
|
TestableString |
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, wait, wait, wait |
| Constructor Detail |
|---|
protected TestableString(Execution<String> execution,
Context ctx,
Monitor monitor)
| Method Detail |
|---|
public TestableString shouldBe(String shouldBe)
public TestableString within(Period period)
public TestableString shouldNotBe(String shouldNotBe)
public TestableString shouldContain(String shouldContain)
public TestableString shouldNotContain(String shouldNotContain)
public String toString()
toString in class Objectpublic TestableString shouldMatch(String regex)
public TestableString shouldNotMatch(String regex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||