You are here

24 calls to WebAssert::assert() in Zircon Profile 8.0

WebAssert::addressEquals in vendor/behat/mink/src/WebAssert.php
Checks that current session address is equals to provided one.
WebAssert::addressMatches in vendor/behat/mink/src/WebAssert.php
Checks that current session address matches regex.
WebAssert::addressNotEquals in vendor/behat/mink/src/WebAssert.php
Checks that current session address is not equals to provided one.
WebAssert::checkboxChecked in vendor/behat/mink/src/WebAssert.php
Checks that specific checkbox is checked.
WebAssert::checkboxNotChecked in vendor/behat/mink/src/WebAssert.php
Checks that specific checkbox is unchecked.
WebAssert::cookieEquals in vendor/behat/mink/src/WebAssert.php
Checks that specified cookie exists and its value equals to a given one.
WebAssert::cookieExists in vendor/behat/mink/src/WebAssert.php
Checks that specified cookie exists.
WebAssert::elementNotExists in vendor/behat/mink/src/WebAssert.php
Checks that specific element does not exists on the current page.
WebAssert::elementsCount in vendor/behat/mink/src/WebAssert.php
Checks that there is specified number of specific elements on the page.
WebAssert::fieldNotExists in vendor/behat/mink/src/WebAssert.php
Checks that specific field does not exists on the current page.
WebAssert::fieldValueEquals in vendor/behat/mink/src/WebAssert.php
Checks that specific field have provided value.
WebAssert::fieldValueNotEquals in vendor/behat/mink/src/WebAssert.php
Checks that specific field have provided value.
WebAssert::responseContains in vendor/behat/mink/src/WebAssert.php
Checks that page HTML (response content) contains text.
WebAssert::responseHeaderContains in vendor/behat/mink/src/WebAssert.php
Checks that current response header contains value.
WebAssert::responseHeaderEquals in vendor/behat/mink/src/WebAssert.php
Checks that current response header equals value.
WebAssert::responseHeaderMatches in vendor/behat/mink/src/WebAssert.php
Checks that current response header matches regex.
WebAssert::responseHeaderNotContains in vendor/behat/mink/src/WebAssert.php
Checks that current response header does not contain value.
WebAssert::responseHeaderNotEquals in vendor/behat/mink/src/WebAssert.php
Checks that current response header does not equal value.
WebAssert::responseHeaderNotMatches in vendor/behat/mink/src/WebAssert.php
Checks that current response header does not match regex.
WebAssert::responseMatches in vendor/behat/mink/src/WebAssert.php
Checks that page HTML (response content) matches regex.
WebAssert::responseNotContains in vendor/behat/mink/src/WebAssert.php
Checks that page HTML (response content) does not contains text.
WebAssert::responseNotMatches in vendor/behat/mink/src/WebAssert.php
Checks that page HTML (response content) does not matches regex.
WebAssert::statusCodeEquals in vendor/behat/mink/src/WebAssert.php
Checks that current response code equals to provided one.
WebAssert::statusCodeNotEquals in vendor/behat/mink/src/WebAssert.php
Checks that current response code not equals to provided one.