You are here

13 calls to TestBase::assert() in SimpleTest 8.3

TestBase::assertEqual in src/TestBase.php
Check to see if two values are equal.
TestBase::assertFalse in src/TestBase.php
Check to see if a value is false.
TestBase::assertIdentical in src/TestBase.php
Check to see if two values are identical.
TestBase::assertNotEqual in src/TestBase.php
Check to see if two values are not equal.
TestBase::assertNotIdentical in src/TestBase.php
Check to see if two values are not identical.
TestBase::assertNotNull in src/TestBase.php
Check to see if a value is not NULL.
TestBase::assertNull in src/TestBase.php
Check to see if a value is NULL.
TestBase::assertTrue in src/TestBase.php
Check to see if a value is not false.
TestBase::error in src/TestBase.php
Fire an error assertion.
TestBase::fail in src/TestBase.php
Fire an assertion that is always negative.
TestBase::pass in src/TestBase.php
Fire an assertion that is always positive.
TestBase::run in src/TestBase.php
Run all tests in this class.
WebTestBase::drupalLogin in src/WebTestBase.php
Log in a user with the internal browser.