7 calls to DrupalWebTestCase::constructFieldXpath()

DrupalWebTestCase::assertField in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists with the given name or id.
DrupalWebTestCase::assertFieldById in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given id and value.
DrupalWebTestCase::assertFieldByName in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given name and value.
DrupalWebTestCase::assertNoField in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given name or id.
DrupalWebTestCase::assertNoFieldById in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given id and value.
DrupalWebTestCase::assertNoFieldByName in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given name and value.
SystemThemeFunctionalTest::testThemeSettings in drupal-7.x/modules/system/system.test
Test the theme settings form.