Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AssertContentTrait::assertOptionWithDrupalSelector | function | core/ |
Asserts that a select option in the current page exists. |
AssertContentTrait::assertPattern | function | core/ |
Triggers a pass if the Perl regex pattern is found in the raw content. |
AssertContentTrait::assertRaw | function | core/ |
Passes if the raw text IS found on the loaded page, fail otherwise. |
AssertContentTrait::assertText | function | core/ |
Passes if the page (with HTML stripped) contains the text. |
AssertContentTrait::assertTextHelper | function | core/ |
Helper for assertText and assertNoText. |
AssertContentTrait::assertTextPattern | function | core/ |
Asserts that a Perl regex pattern is found in the plain-text content. |
AssertContentTrait::assertThemeOutput | function | core/ |
Asserts themed output. |
AssertContentTrait::assertTitle | function | core/ |
Pass if the page title is the given string. |
AssertContentTrait::assertUniqueText | function | core/ |
Passes if the text is found ONLY ONCE on the text version of the page. |
AssertContentTrait::assertUniqueTextHelper | function | core/ |
Helper for assertUniqueText and assertNoUniqueText. |
AssertContentTrait::buildXPathQuery | function | core/ |
Builds an XPath query. |
AssertContentTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertContentTrait::cssSelect | function | core/ |
Searches elements using a CSS selector in the raw content. |
AssertContentTrait::getAllOptions | function | core/ |
Get all option elements, including nested options, in a select. |
AssertContentTrait::getDrupalSettings | function | core/ |
Gets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::getRawContent | function | core/ |
Gets the current raw content. |
AssertContentTrait::getSelectedItem | function | core/ |
Get the selected value from a select field. |
AssertContentTrait::getTextContent | function | core/ |
Retrieves the plain-text content from the current raw content. |
AssertContentTrait::getUrl | function | core/ |
Get the current URL from the cURL handler. |
AssertContentTrait::parse | function | core/ |
Parse content returned from curlExec using DOM and SimpleXML. |
AssertContentTrait::removeWhiteSpace | function | core/ |
Removes all white-space between HTML tags from the raw content. |
AssertContentTrait::setDrupalSettings | function | core/ |
Sets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::setRawContent | function | core/ |
Sets the raw content (e.g. HTML). |
AssertContentTrait::xpath | function | core/ |
Performs an xpath search on the contents of the internal browser. |
AssertContentTraitTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\AssertContentTrait @group Test |
AssertContentTraitTest.php | file | core/ |
|
AssertContentTraitTest::testGetTextContent | function | core/ |
@covers ::getTextContent |
AssertHelperTestClass | class | core/ |
A helper class for deprecation of AssertHelperTrait. |
AssertHelperTestClass.php | file | core/ |
|
AssertHelperTestClass::testMethod | function | core/ |
|
AssertHelperTrait | trait | core/ |
Provides helper methods for assertions. |
AssertHelperTrait.php | file | core/ |
|
AssertHelperTrait::castSafeStrings | function | core/ |
Casts MarkupInterface objects into strings. |
AssertHelperTraitTest | class | core/ |
@coversDefaultClass \Drupal\Tests\AssertHelperTrait @group simpletest @group Tests @group legacy |
AssertHelperTraitTest.php | file | core/ |
|
AssertHelperTraitTest::providerCastSafeStrings | function | core/ |
|
AssertHelperTraitTest::testCastSafeStrings | function | core/ |
@covers ::castSafeStrings @dataProvider providerCastSafeStrings |
AssertHelperTraitTest::testTraitDeprecation | function | core/ |
|
AssertLegacyTrait | trait | core/ |
Provides convenience methods for assertions in browser tests. |
AssertLegacyTrait | trait | core/ |
Translates Simpletest assertion methods to PHPUnit. |
AssertLegacyTrait.php | file | core/ |
|
AssertLegacyTrait.php | file | core/ |
|
AssertLegacyTrait::assert | function | core/ |
|
AssertLegacyTrait::assertCacheTag | function | core/ |
Asserts whether an expected cache tag was present in the last response. |
AssertLegacyTrait::assertElementNotPresent | function | core/ |
Asserts that the element with the given CSS selector is not present. |
AssertLegacyTrait::assertElementPresent | function | core/ |
Asserts that the element with the given CSS selector is present. |
AssertLegacyTrait::assertEqual | function | core/ |
|
AssertLegacyTrait::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page, fail otherwise. |
AssertLegacyTrait::assertField | function | core/ |
Asserts that a field exists with the given name or ID. |
AssertLegacyTrait::assertFieldById | function | core/ |
Asserts that a field exists with the given ID and value. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.