org.seleniumhq.selenium.fluent
Class TestableString

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Internal.BaseTestableObject<String>
      extended by org.seleniumhq.selenium.fluent.TestableString

public class TestableString
extends Internal.BaseTestableObject<String>


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

TestableString

protected TestableString(Execution<String> execution,
                         Context ctx,
                         Monitor monitor)
Method Detail

shouldBe

public TestableString shouldBe(String shouldBe)

within

public TestableString within(Period period)

shouldNotBe

public TestableString shouldNotBe(String shouldNotBe)

shouldContain

public TestableString shouldContain(String shouldContain)

shouldNotContain

public TestableString shouldNotContain(String shouldNotContain)

toString

public String toString()
Overrides:
toString in class Object

shouldMatch

public TestableString shouldMatch(String regex)

shouldNotMatch

public TestableString shouldNotMatch(String regex)


Copyright © 2013. All Rights Reserved.