13 calls to DrupalWebTestCase::xpath() in SimpleTest 7
- DrupalWebTestCase::assertFieldByXPath in ./
drupal_web_test_case.php - Assert that a field exists in the current page by the given XPath.
- DrupalWebTestCase::assertFieldChecked in ./
drupal_web_test_case.php - Assert 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::assertNoFieldByXPath in ./
drupal_web_test_case.php - Assert that a field does not exist in the current page by the given XPath.
- DrupalWebTestCase::assertNoFieldChecked in ./
drupal_web_test_case.php - Assert 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::assertNoTitle in ./
drupal_web_test_case.php - Pass if the page title is not the given string.
- 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.
- SessionHttpsTestCase::testHttpsSession in tests/
session.test - SimpleTestFunctionalTest::getResultFieldSet in ./
simpletest.test - Get the fieldset containing the results for group this test is in.