9 calls to WebTestBase::constructFieldXpath()

HandlerTest::testRelationshipUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
WebTestBase::assertField in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field exists with the given name or id.
WebTestBase::assertFieldById in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field exists in the current page with the given id and value.
WebTestBase::assertFieldByName in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field exists in the current page with the given name and value.
WebTestBase::assertNoField in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field does not exist with the given name or id.
WebTestBase::assertNoFieldById in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field does not exist with the given id and value.
WebTestBase::assertNoFieldByName in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field does not exist with the given name and value.
WizardTest::testCommentWizard in drupal/core/modules/views/lib/Drupal/views/Tests/Comment/WizardTest.php
Tests adding a view of comments.