You are here

7 calls to DrupalWebTestCase::constructFieldXpath() in Drupal 7

DrupalWebTestCase::assertField in modules/simpletest/drupal_web_test_case.php
Asserts that a field exists with the given name or ID.
DrupalWebTestCase::assertFieldById in 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 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 modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given name or ID.
DrupalWebTestCase::assertNoFieldById in modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given ID and value.
DrupalWebTestCase::assertNoFieldByName in modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given name and value.
SystemThemeFunctionalTest::testThemeSettings in modules/system/system.test
Test the theme settings form.