8 calls to WebTestBase::buildXPathQuery()

BlockTest::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
FieldWebTest::xpathContent in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Performs an xpath search on a certain content.
ForumTest::testForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
MenuTestBase::assertBreadcrumb in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php
Assert that a given path shows certain breadcrumb links.
RenderTest::assertRenderedElement in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests that elements are rendered properly.
WebTestBase::constructFieldXpath in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Helper function: construct an XPath for the given set of attributes and value.
WebTestBase::xpath in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Perform an xpath search on the contents of the internal browser. The search is relative to the root element (HTML tag normally) of the page.