namespace Drupal\simpletest\Tests

Classsort descending Location Description
BrokenSetUpTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php Tests a test case that does not run parent::setUp() in its setUp() method.
BrowserTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php Test internal testing framework browser.
DrupalUnitTestBaseTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php Tests DrupalUnitTestBase functionality.
FolderTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/FolderTest.php Test Folder creation
InstallationProfileModuleTestsTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php Verifies that tests bundled with installation profile modules are found.
MailCaptureTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php
MissingCheckedRequirementsTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php Tests missing requirements to run test.
MissingDependentModuleUnitTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingDependentModuleUnitTest.php Test required modules for tests.
OtherInstallationProfileModuleTestsTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php Verifies that tests in other installation profiles are not found.
SimpleTestTest drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php