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. Search 11.x for assert
  6. Other projects
Title Object type File name Summary
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.
WebAssert::titleEquals function core/tests/Drupal/Tests/WebAssert.php Pass if the page title is the given string.
WebAssert::__construct function core/tests/Drupal/Tests/WebAssert.php Constructor.
WebAssertTest class core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests WebAssert functionality.
WebAssertTest.php file core/tests/Drupal/Tests/Core/Test/WebAssertTest.php
WebAssertTest::$client property core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Client mock.
WebAssertTest::$session property core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Session mock.
WebAssertTest::assertSession function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Get the mocked session.
WebAssertTest::setUp function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php
WebAssertTest::testAddressEquals function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests address equals.
WebAssertTest::testAddressNotEqualsException function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests address not equals exception.
WebAssertTest::testElementTextEquals function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests element text equals.
WebAssertTest::testEscapingAssertions function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests assertEscaped() and assertUnescaped().
WebAssertTest::testFieldAssertsForButton function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests legacy field asserts for button field type.
WebAssertTest::testInvalidLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality fail.
WebAssertTest::testInvalidLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsFull function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail full match.
WebAssertTest::testInvalidLinkByHrefNotExistsPartial function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail partial match.
WebAssertTest::testInvalidLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality fail.
WebAssertTest::testInvalidLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality fail.
WebAssertTest::testLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefNotExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExists() functionality.
WebAssertTest::testLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality.
WebAssertTest::testLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality.
WebAssertTest::testLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality.
WebAssertTest::testPageContainsNoDuplicateId function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests pageContainsNoDuplicateId() functionality.
WebAssertTest::testPageTextContainsOnce function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests page text contains once.
WebAssertTest::testPageTextMatchesCount function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests page text matches count.
WebAssertTest::testPipeCharInLocator function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExists() with pipe character (|) in locator.
WebAssertTest::testResponseHeaderDoesNotExist function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests WebAssert::responseHeaderDoesNotExist().
WebAssertTest::testResponseHeaderExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests WebAssert::responseHeaderExists().
WebAssertTest::testTextAsserts function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests legacy text asserts.
WebAssertTest::visit function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Simulate a page visit and expect a response.
WebDriverTestBase::assertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Waits for the given time or until the given JS condition becomes TRUE.
WebDriverTestBase::assertSession function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns WebAssert object.
WebDriverWebAssert class core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php Defines a JSWebAssert with no support for status code and header assertions.
WebDriverWebAssert.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
WorkspaceIntegrationTest::assertEntityLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that default revisions are properly swapped in a workspace.
WorkspaceIntegrationTest::assertEntityQuery function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that entity queries are giving the correct results in a workspace.
WorkspaceIntegrationTest::assertEntityRevisionLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that non-default revisions are not changed.
WorkspaceIntegrationTest::assertWorkspaceStatus function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Checks entity load, entity queries and views results for a test scenario.
WorkspacesContentModerationStateTest::assertDefaultRevision function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php

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