org.fest.assertions.fluentlenium.custom
Class PageAssert

java.lang.Object
  extended by org.fest.assertions.Assert
      extended by org.fest.assertions.GenericAssert<PageAssert,FluentPage>
          extended by org.fest.assertions.fluentlenium.custom.PageAssert

public class PageAssert
extends org.fest.assertions.GenericAssert<PageAssert,FluentPage>


Field Summary
 
Fields inherited from class org.fest.assertions.GenericAssert
actual, myself
 
Constructor Summary
PageAssert(FluentPage actual)
           
 
Method Summary
 PageAssert isAt()
          check if it is at the current page.
 
Methods inherited from class org.fest.assertions.GenericAssert
as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
 
Methods inherited from class org.fest.assertions.Assert
customErrorMessage, description, description, description, equals, fail, fail, failIfCustomMessageIsSet, failIfCustomMessageIsSet, failure, formattedErrorMessage, hashCode, rawDescription, replaceDefaultErrorMessagesWith
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageAssert

public PageAssert(FluentPage actual)
Method Detail

isAt

public PageAssert isAt()
check if it is at the current page. Call the page.isAt() methods

Returns:


Copyright © 2012 AConsulting. All Rights Reserved.