Methods summary
public static
Azalea\Test\Page\Page
|
#
get( Azaea\Test\TestCase\BaseTestCase $driver )
Factory method. Loads the page in the browser.
Factory method. Loads the page in the browser.
Parameters
Returns
Azalea\Test\Page\Page
|
public
boolean
|
#
checkTitle( string $title )
Checks if the page title matches $title and throws an exception if
it does not.
Checks if the page title matches $title and throws an exception if
it does not.
Parameters
Returns
boolean
Throws
RuntimeException
|
public
string
|
#
title( )
Proxy to $driver->title
Returns
string
Throws
RuntimeException
|
protected
boolean
|
#
verify( )
Stub function. Override in child classes.
Stub function. Override in child classes.
Returns
boolean
Overrides
|