You are here

6 calls to DrupalWebTestCase::assertFieldByXPath() in SimpleTest 7

DrupalWebTestCase::assertField in ./drupal_web_test_case.php
Assert that a field exists with the given name or id.
DrupalWebTestCase::assertFieldById in ./drupal_web_test_case.php
Assert that a field exists in the current page with the given id and value.
DrupalWebTestCase::assertFieldByName in ./drupal_web_test_case.php
Assert that a field exists in the current page with the given name and value.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect in tests/form.test
Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in tests/form.test
Test the display of checkboxes when #multiple is TRUE.