| SimpleTestFunctionalTest::testInternalBrowser | core/modules/simpletest/tests/simpletest.test | Test the internal browsers functionality. | 
          
                  | SimpleTestFunctionalTest::testUserAgentValidation | core/modules/simpletest/tests/simpletest.test | Test validation of the User-Agent header we use to perform test requests. | 
          
                  | SimpleTestFunctionalTest::testWebTestRunner | core/modules/simpletest/tests/simpletest.test | Make sure that tests selected through the web interface are run and
that the results are displayed correctly. | 
          
                  | SimpleTestInstallationProfileModuleTestsTestCase::setUp | core/modules/simpletest/tests/simpletest.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests | core/modules/simpletest/tests/simpletest.test | Tests existence of test case located in an installation profile module. | 
          
                  | SimpleTestMailCaptureTestCase::testMailSend | core/modules/simpletest/tests/simpletest.test | Test to see if the wrapper function is executed correctly. | 
          
                  | SimpleTestMissingCheckedRequirements::checkRequirements | core/modules/simpletest/tests/simpletest.test | Overrides checkRequirements(). | 
          
                  | SimpleTestMissingCheckedRequirements::setUp | core/modules/simpletest/tests/simpletest.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | SimpleTestMissingCheckedRequirements::testCheckRequirements | core/modules/simpletest/tests/simpletest.test | Ensures test will not run when requirements are missing. | 
          
                  | SimpleTestMissingDependentModuleUnitTest::testFail | core/modules/simpletest/tests/simpletest.test | Ensure that this test will not be loaded despite its dependency. | 
          
                  | SimpleTestOtherInstallationProfileModuleTestsTestCase::setUp | core/modules/simpletest/tests/simpletest.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile | core/modules/simpletest/tests/simpletest.test | Tests that tests located in another installation profile do not appear. | 
          
                  | SimpleTestUnitTestExampleTestCase::setUp | modules/examples/simpletest_example/tests/simpletest_example.test | Set up the test environment. | 
          
                  | SimpleTestUnitTestExampleTestCase::testSimpleTestUnitTestExampleFunction | modules/examples/simpletest_example/tests/simpletest_example.test | Test simpletest_example_empty_mysql_date(). | 
          
                  | simpletest_autoload_info | core/modules/simpletest/simpletest.module | Implements hook_autoload_info(). | 
          
                  | simpletest_clean_database | core/modules/simpletest/simpletest.module | Removed prefixed tables from the database that are left over from crashed tests. | 
          
                  | simpletest_clean_environment | core/modules/simpletest/simpletest.module | Remove all temporary database tables and directories. | 
          
                  | simpletest_clean_profile_cache_folders | core/modules/simpletest/simpletest.module | Removes cached profile folders from the files directory. | 
          
                  | simpletest_clean_profile_cache_tables | core/modules/simpletest/simpletest.module | Removes cached profile tables from the database. | 
          
                  | simpletest_clean_results_table | core/modules/simpletest/simpletest.module | Clear the test result tables. | 
          
                  | simpletest_clean_temporary_directories | core/modules/simpletest/simpletest.module | Find all leftover temporary directories and remove them. | 
          
                  | simpletest_config_info | core/modules/simpletest/simpletest.module | Implements hook_config_info(). | 
          
                  | simpletest_example_empty_mysql_date | modules/examples/simpletest_example/simpletest_example.module | A simple self-contained function used to demonstrate unit tests. | 
          
                  | simpletest_example_form | modules/examples/simpletest_example/simpletest_example.module | Implements hook_form(). | 
          
                  | simpletest_example_install | modules/examples/simpletest_example/simpletest_example.install | Implements hook_install(). | 
          
                  | simpletest_example_menu | modules/examples/simpletest_example/simpletest_example.module | Implements hook_menu(). | 
          
                  | simpletest_example_node_access | modules/examples/simpletest_example/simpletest_example.module | Implements hook_node_access(). | 
          
                  | simpletest_example_permission | modules/examples/simpletest_example/simpletest_example.module | Implements hook_permission(). | 
          
                  | simpletest_example_test_node_view | modules/examples/simpletest_example/tests/simpletest_example_test/simpletest_example_test.module | Implements hook_node_view(). | 
          
                  | simpletest_generate_file | core/modules/simpletest/simpletest.module | Generate test file. | 
          
                  | simpletest_get_profiles | core/modules/simpletest/simpletest.module | Gets a list of the installation profiles that are available. | 
          
                  | simpletest_js_alter | core/modules/simpletest/simpletest.module | Implements hook_js_alter(). | 
          
                  | simpletest_last_test_get | core/modules/simpletest/simpletest.module | Get information about the last test that ran given a test ID. | 
          
                  | simpletest_log_read | core/modules/simpletest/simpletest.module | Read the error log and report any errors as assertion failures. | 
          
                  | simpletest_mail_alter | core/modules/simpletest/simpletest.module | Implements hook_mail_alter(). | 
          
                  | simpletest_menu | core/modules/simpletest/simpletest.module | Implements hook_menu(). | 
          
                  | simpletest_permission | core/modules/simpletest/simpletest.module | Implements hook_permission(). | 
          
                  | simpletest_requirements | core/modules/simpletest/simpletest.install | Implements hook_requirements(). | 
          
                  | simpletest_result_form | core/modules/simpletest/simpletest.pages.inc | Test results form for $test_id. | 
          
                  | simpletest_result_form_submit | core/modules/simpletest/simpletest.pages.inc | Re-run the tests that match the filter. | 
          
                  | simpletest_result_get | core/modules/simpletest/simpletest.pages.inc | Get test results for $test_id. | 
          
                  | simpletest_result_status_image | core/modules/simpletest/simpletest.pages.inc | Get the appropriate image for the status. | 
          
                  | simpletest_run_tests | core/modules/simpletest/simpletest.module | Actually runs tests. | 
          
                  | simpletest_schema | core/modules/simpletest/simpletest.install | Implements hook_schema(). | 
          
                  | simpletest_settings_form | core/modules/simpletest/simpletest.pages.inc | Provides settings form for SimpleTest variables. | 
          
                  | simpletest_settings_form_submit | core/modules/simpletest/simpletest.pages.inc | Form submission handler for simpletest_settings_form(). | 
          
                  | simpletest_settings_form_validate | core/modules/simpletest/simpletest.pages.inc | Validation handler for simpletest_settings_form(). | 
          
                  | simpletest_test_form | core/modules/simpletest/simpletest.pages.inc | List tests arranged in groups that can be selected and run. | 
          
                  | simpletest_test_form_submit | core/modules/simpletest/simpletest.pages.inc | Run selected tests. | 
          
                  | simpletest_test_get_all | core/modules/simpletest/simpletest.module | Get a list of all of the tests provided by the system. |