[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/tests/test_tools/simpletest/ -> selector.php (sommaire)

Base include file for SimpleTest.

Version: $Id: selector.php 1397 2006-09-07 07:55:53Z wei $
Poids: 133 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 4 classes

SimpleByName:: (2 méthodes):
  SimpleByName()
  isMatch()

SimpleByLabel:: (2 méthodes):
  SimpleByLabel()
  isMatch()

SimpleById:: (2 méthodes):
  SimpleById()
  isMatch()

SimpleByLabelOrName:: (2 méthodes):
  SimpleByLabelOrName()
  isMatch()


Classe: 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.

Classe: 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.

Classe: 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.

Classe: 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.



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7