org.seleniumhq.selenium.fluent
Class Period.Minutes

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Period
      extended by org.seleniumhq.selenium.fluent.Period.Milliseconds
          extended by org.seleniumhq.selenium.fluent.Period.Seconds
              extended by org.seleniumhq.selenium.fluent.Period.Minutes
Enclosing class:
Period

public static class Period.Minutes
extends Period.Seconds


Nested Class Summary
 
Nested classes/interfaces inherited from class org.seleniumhq.selenium.fluent.Period
Period.Milliseconds, Period.Minutes, Period.Seconds
 
Constructor Summary
Period.Minutes(int mins)
           
 
Method Summary
 int howLong()
           
 TimeUnit timeUnit()
           
 String toString()
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.Period.Milliseconds
getEndMillis
 
Methods inherited from class org.seleniumhq.selenium.fluent.Period
millis, mins, secs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Period.Minutes

public Period.Minutes(int mins)
Method Detail

howLong

public int howLong()
Overrides:
howLong in class Period.Seconds

timeUnit

public TimeUnit timeUnit()
Overrides:
timeUnit in class Period.Seconds

toString

public String toString()
Overrides:
toString in class Period.Seconds


Copyright © 2013. All Rights Reserved.