Search for assert

  1. Search 7.x for assert
  2. Search 9.5.x for assert
  3. Search 8.9.x for assert
  4. Search 10.3.x for assert
  5. Other projects
Title Object type File name Summary
ViewsModerationStateFilterTest::assertNodesWithFilters function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Assert the nodes appear when the test view is executed.
ViewsModerationStateFilterTest::assertPluginStates function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Assert the plugin states.
ViewsModerationStateFilterTest::assertWorkflowDependencies function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Asserts the views dependencies on workflow config entities.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
ViewsModerationStateSortTest::assertSortResults function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Assert the order of a views sort result.
WebAssert class core/tests/Drupal/Tests/WebAssert.php Defines a class with methods for asserting presence of elements during tests.
WebAssert.php file core/tests/Drupal/Tests/WebAssert.php
WebAssert::$baseUrl property core/tests/Drupal/Tests/WebAssert.php The absolute URL of the site under test.
WebAssert::addressEquals function core/tests/Drupal/Tests/WebAssert.php Checks that current session address is equals to provided one.
WebAssert::addressNotEquals function core/tests/Drupal/Tests/WebAssert.php Checks that current session address is not equals to provided one.
WebAssert::assert function core/tests/Drupal/Tests/WebAssert.php Asserts a condition.
WebAssert::assertEscaped function core/tests/Drupal/Tests/WebAssert.php Passes if the raw text IS found escaped on the loaded page.
WebAssert::assertNoEscaped function core/tests/Drupal/Tests/WebAssert.php Passes if the raw text IS NOT found escaped on the loaded page.
WebAssert::buildStatusMessageSelector function core/tests/Drupal/Tests/WebAssert.php Builds a xpath selector for a message with given type and text.
WebAssert::buildXPathQuery function core/tests/Drupal/Tests/WebAssert.php Builds an XPath query.
WebAssert::buttonExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific button exists on the current page.
WebAssert::buttonNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that the specific button does NOT exist on the current page.
WebAssert::cleanUrl function core/tests/Drupal/Tests/WebAssert.php Trims the base URL from the URL.
WebAssert::elementTextEquals function core/tests/Drupal/Tests/WebAssert.php Asserts a specific element's text equals an expected text.
WebAssert::fieldDisabled function core/tests/Drupal/Tests/WebAssert.php Checks that a given form field element is disabled.
WebAssert::fieldEnabled function core/tests/Drupal/Tests/WebAssert.php Checks that a given form field element is enabled.
WebAssert::fieldValueEquals function core/tests/Drupal/Tests/WebAssert.php
WebAssert::hiddenFieldExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field exists.
WebAssert::hiddenFieldNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field does not exist.
WebAssert::hiddenFieldValueEquals function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field have provided value.
WebAssert::hiddenFieldValueNotEquals function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field doesn't have the provided value.
WebAssert::linkByHrefExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is found.
WebAssert::linkByHrefExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is found.
WebAssert::linkByHrefNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is not found.
WebAssert::linkByHrefNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is not found.
WebAssert::linkExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is found.
WebAssert::linkExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is found.
WebAssert::linkNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is not found.
WebAssert::linkNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is not found.
WebAssert::optionExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific option in a select field exists on the current page.
WebAssert::optionNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that an option in a select field does NOT exist on the current page.
WebAssert::pageContainsNoDuplicateId function core/tests/Drupal/Tests/WebAssert.php Asserts that each HTML ID is used for just a single element on the page.
WebAssert::pageTextContains function core/tests/Drupal/Tests/WebAssert.php
WebAssert::pageTextContainsOnce function core/tests/Drupal/Tests/WebAssert.php Checks that current page contains text only once.
WebAssert::pageTextMatchesCount function core/tests/Drupal/Tests/WebAssert.php Asserts that the current page text matches regex a number of times.
WebAssert::responseContains function core/tests/Drupal/Tests/WebAssert.php Checks that page HTML (response content) contains text.
WebAssert::responseHeaderDoesNotExist function core/tests/Drupal/Tests/WebAssert.php Asserts that the current response header does not have a specific entry.
WebAssert::responseHeaderEquals function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderExists function core/tests/Drupal/Tests/WebAssert.php Asserts that the current response header has a specific entry.
WebAssert::responseNotContains function core/tests/Drupal/Tests/WebAssert.php Checks that page HTML (response content) does not contains text.
WebAssert::selectExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific select field exists on the current page.
WebAssert::statusMessageContains function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message containing a given string exists.
WebAssert::statusMessageExists function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message exists.
WebAssert::statusMessageNotContains function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message containing a given string does not exist.
WebAssert::statusMessageNotExists function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message does not exist.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.