[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/tests_runner/lib/simpletest/ -> selector.php (summary)

Base include file for SimpleTest.

Version: $Id: selector.php 5999 2007-06-18 13:13:08Z pachanga $
File Size: 133 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 classes

SimpleByName:: (2 methods):
  SimpleByName()
  isMatch()

SimpleByLabel:: (2 methods):
  SimpleByLabel()
  isMatch()

SimpleById:: (2 methods):
  SimpleById()
  isMatch()

SimpleByLabelOrName:: (2 methods):
  SimpleByLabelOrName()
  isMatch()


Class: SimpleByName  - X-Ref

Used to extract form elements for testing against.
Searches by name attribute.

SimpleByName($name)   X-Ref
Stashes the name for later comparison.

param: string $name     Name attribute to match.

isMatch($widget)   X-Ref
Compares with name attribute of widget.

param: SimpleWidget $widget    Control to compare.

Class: SimpleByLabel  - X-Ref

Used to extract form elements for testing against.
Searches by visible label or alt text.

SimpleByLabel($label)   X-Ref
Stashes the name for later comparison.

param: string $label     Visible text to match.

isMatch($widget)   X-Ref
Comparison. Compares visible text of widget or
related label.

param: SimpleWidget $widget    Control to compare.

Class: SimpleById  - X-Ref

Used to extract form elements for testing against.
Searches dy id attribute.

SimpleById($id)   X-Ref
Stashes the name for later comparison.

param: string $id     ID atribute to match.

isMatch($widget)   X-Ref
Comparison. Compares id attribute of widget.

param: SimpleWidget $widget    Control to compare.

Class: SimpleByLabelOrName  - X-Ref

Used to extract form elements for testing against.
Searches by visible label, name or alt text.

SimpleByLabelOrName($label)   X-Ref
Stashes the name/label for later comparison.

param: string $label     Visible text to match.

isMatch($widget)   X-Ref
Comparison. Compares visible text of widget or
related label or name.

param: SimpleWidget $widget    Control to compare.



Generated: Sat Nov 22 03:48:54 2008 Cross-referenced by PHPXref 0.7