You are here

18 calls to DrupalWebTestCase::xpath() in SimpleTest 6.2

DrupalWebTestCase::assertFieldByXPath in ./drupal_web_test_case.php
Asserts that a field exists in the current page by the given XPath.
DrupalWebTestCase::assertFieldChecked in ./drupal_web_test_case.php
Asserts that a checkbox field in the current page is checked.
DrupalWebTestCase::assertLink in ./drupal_web_test_case.php
Pass if a link with the specified label is found, and optional with the specified index.
DrupalWebTestCase::assertLinkByHref in ./drupal_web_test_case.php
Pass if a link containing a given href (part) is found.
DrupalWebTestCase::assertNoDuplicateIds in ./drupal_web_test_case.php
Asserts that each HTML ID is used for just a single element.
DrupalWebTestCase::assertNoFieldByXPath in ./drupal_web_test_case.php
Asserts that a field does not exist in the current page by the given XPath.
DrupalWebTestCase::assertNoFieldChecked in ./drupal_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
DrupalWebTestCase::assertNoLink in ./drupal_web_test_case.php
Pass if a link with the specified label is not found.
DrupalWebTestCase::assertNoLinkByHref in ./drupal_web_test_case.php
Pass if a link containing a given href (part) is not found.
DrupalWebTestCase::assertNoOptionSelected in ./drupal_web_test_case.php
Asserts that a select option in the current page is not checked.
DrupalWebTestCase::assertNoTitle in ./drupal_web_test_case.php
Pass if the page title is not the given string.
DrupalWebTestCase::assertOptionSelected in ./drupal_web_test_case.php
Asserts that a select option in the current page is checked.
DrupalWebTestCase::assertTitle in ./drupal_web_test_case.php
Pass if the page title is the given string.
DrupalWebTestCase::checkForMetaRefresh in ./drupal_web_test_case.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
DrupalWebTestCase::clickLink in ./drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::drupalPost in ./drupal_web_test_case.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
SimpleTestBrowserTestCase::testXPathEscaping in ./simpletest.test
Tests XPath escaping.
SimpleTestFunctionalTest::getResultFieldSet in ./simpletest.test
Get the fieldset containing the results for group this test is in.