14 calls to DrupalTestCase::assertNotNull()

BlockTestCase::testBlock in drupal-7.x/modules/block/block.test
Test configuring and moving a module-define block to specific regions.
BlockTestCase::testCustomBlock in drupal-7.x/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BookTestCase::createBookNode in drupal-7.x/modules/book/book.test
Creates a book node.
DatabaseConnectionTestCase::testConnectionRouting in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseSelectTestCase::testSimpleSelectAllFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding all fields from a given table to a select statement.
DatabaseSelectTestCase::testSimpleSelectMultipleFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding multiple fields to a select statement at the same time.
FieldUIManageFieldsTestCase::testDeleteField in drupal-7.x/modules/field_ui/field_ui.test
Tests that deletion removes fields and instances as expected.
FileSaveTest::testFileSave in drupal-7.x/modules/simpletest/tests/file.test
FilterAdminTestCase::testFilterAdmin in drupal-7.x/modules/filter/filter.test
Tests filter administration functionality.
FilterHooksTestCase::testFilterHooks in drupal-7.x/modules/filter/filter.test
Tests hooks on format management.
PageTitleFiltering::testTitleTags in drupal-7.x/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
SessionTestCase::assertSessionCookie in drupal-7.x/modules/simpletest/tests/session.test
Assert whether the SimpleTest browser sent a session cookie.
TaxonomyTermTestCase::testTermInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.