You are here

Classes, traits, and interfaces in SimpleTest 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AssertContentTrait Deprecated trait Drupal\simpletest src/AssertContentTrait.php Provides test methods to assert content.
AssertHelperTrait Deprecated trait Drupal\simpletest src/AssertHelperTrait.php Provides helper methods for assertions.
BlockCreationTrait Deprecated trait Drupal\simpletest src/BlockCreationTrait.php Provides methods to create and place block with default settings.
BrokenSetUpTest class Drupal\simpletest\Tests src/Tests/BrokenSetUpTest.php Tests a test case that does not call parent::setUp().
BrowserTest class Drupal\simpletest\Tests src/Tests/BrowserTest.php Tests the internal browser of the testing framework.
BrowserTestBase Deprecated abstract class Drupal\simpletest src/BrowserTestBase.php Provides a test case for functional Drupal tests.
ContentTypeCreationTrait Deprecated trait Drupal\simpletest src/ContentTypeCreationTrait.php Provides methods to create content type from given values.
DeprecatedCleanupTest class Drupal\Tests\simpletest\Kernel tests/src/Kernel/DeprecatedCleanupTest.php Verify deprecation errors for the cleanup functions.
EnvironmentCleanerFactory class Drupal\simpletest src/EnvironmentCleanerFactory.php Test environment cleaner factory. 2
EnvironmentCleanerService class Drupal\simpletest src/EnvironmentCleanerService.php Uses containerized services to perform post-test cleanup. 2
InnocuousTest class Drupal\Tests\simpletest\Kernel tests/src/Kernel/TestDeprecatedTestHooks.php A very simple WebTestBase test that never touches the database.
InstallerTestBase Deprecated abstract class Drupal\simpletest src/InstallerTestBase.php Base class for testing the interactive installer.
KernelTestBase Deprecated abstract class Drupal\simpletest src/KernelTestBase.php Base class for functional integration tests. 1 1
KernelTestBaseTest class Drupal\simpletest\Tests src/Tests/KernelTestBaseTest.php Tests KernelTestBase functionality.
MigrateSimpletestConfigsTest class Drupal\Tests\simpletest\Kernel\Migrate\d6 tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php Upgrade variables to simpletest.settings.yml.
MigrateSimpletestSettingsTest class Drupal\Tests\simpletest\Kernel\Migrate\d7 tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php Tests migration of SimpleTest's variables to configuration.
MissingCheckedRequirementsTest class Drupal\simpletest\Tests src/Tests/MissingCheckedRequirementsTest.php Tests a test case with missing requirements.
MissingGroupException Deprecated class Drupal\simpletest\Exception src/Exception/MissingGroupException.php Exception thrown when a simpletest class is missing an @group annotation.
NodeCreationTrait Deprecated trait Drupal\simpletest src/NodeCreationTrait.php Provides methods to create node based on default settings.
OtherInstallationProfileTestsTest class Drupal\Tests\simpletest\Functional tests/src/Functional/OtherInstallationProfileTestsTest.php Verifies that tests in other installation profiles are found.
PhpUnitErrorTest class Drupal\Tests\simpletest\Kernel tests/src/Kernel/PhpUnitErrorTest.php Tests PHPUnit errors are getting converted to Simpletest errors.
RandomGeneratorTrait Deprecated trait Drupal\simpletest src/RandomGeneratorTrait.php Provides random generator utility methods.
RouteProvider Deprecated class Drupal\simpletest src/RouteProvider.php Rebuilds the router when the provider is instantiated.
SessionTestTrait Deprecated trait Drupal\simpletest src/SessionTestTrait.php Provides methods to generate and get session name in tests.
SimpleTestBrowserTest class Drupal\simpletest\Tests src/Tests/SimpleTestBrowserTest.php Tests the WebTestBase internal browser.
SimpletestDeprecationTest class Drupal\Tests\simpletest\Kernel tests/src/Kernel/SimpletestDeprecationTest.php Verify deprecations within the simpletest module.
SimpleTestErrorCollectorTest class Drupal\simpletest\Tests src/Tests/SimpleTestErrorCollectorTest.php Tests SimpleTest error and exception collector.
SimpleTestInstallBatchTest class Drupal\simpletest\Tests src/Tests/SimpleTestInstallBatchTest.php Tests batch operations during tests execution.
SimpletestPhpunitBrowserTest class Drupal\Tests\simpletest\Functional tests/fixtures/simpletest_phpunit_browsertest.php A PHPUnit-based browser test that will be run from Simpletest. 1
SimpletestPhpunitRunCommandTest class Drupal\Tests\simpletest\Unit tests/src/Unit/SimpletestPhpunitRunCommandTest.php Tests simpletest_run_phpunit_tests() handles PHPunit fatals correctly.
SimpletestPhpunitRunCommandTestWillDie class Drupal\Tests\simpletest\Unit tests/fixtures/simpletest_phpunit_run_command_test.php This test crashes PHP.
SimpletestResultsForm class Drupal\simpletest\Form src/Form/SimpletestResultsForm.php Test results form for $test_id. 1 1
SimpletestSettingsForm class Drupal\simpletest\Form src/Form/SimpletestSettingsForm.php Configure simpletest settings for this site. 1
SimpletestTest class Drupal\Tests\simpletest\Functional tests/src/Functional/SimpletestTest.php Basic functionality of the Testing module.
SimpleTestTest class Drupal\simpletest\Tests src/Tests/SimpleTestTest.php Tests SimpleTest's web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest's internal browser and APIs implicitly.
SimpletestTestForm class Drupal\simpletest\Form src/Form/SimpletestTestForm.php List tests arranged in groups that can be selected and run. 1
SimpletestUiPrinterTest class Drupal\Tests\simpletest\Unit tests/src/Unit/SimpletestUiPrinterTest.php @coversDefaultClass \Drupal\Tests\Listeners\SimpletestUiPrinter
SimpletestUiTest class Drupal\Tests\simpletest\Functional tests/src/Functional/SimpletestUiTest.php Test various aspects of testing through the UI form.
SkipRequiredModulesTest class Drupal\simpletest\Tests src/Tests/SkipRequiredModulesTest.php Tests if Simpletest-based tests are skipped based on module requirements.
StubEnvironmentCleanerService class Drupal\Tests\simpletest\Kernel tests/src/Kernel/DeprecatedCleanupTest.php Mock environment_cleaner service that does not perform any cleaning.
TestBase Deprecated abstract class Drupal\simpletest src/TestBase.php Base class for Drupal tests. 2
TestBaseTest class Drupal\Tests\simpletest\Unit tests/src/Unit/TestBaseTest.php @requires extension curl @coversDefaultClass \Drupal\simpletest\TestBase @group simpletest @group TestBase
TestDeprecatedTestHooks class Drupal\Tests\simpletest\Kernel tests/src/Kernel/TestDeprecatedTestHooks.php Test the deprecation messages for Simpletest test hooks.
TestDiscovery Deprecated class Drupal\simpletest src/TestDiscovery.php Discovers available tests. 9 2
TestDiscoveryCacheContext class Drupal\simpletest\Cache\Context src/Cache/Context/TestDiscoveryCacheContext.php Defines the TestDiscoveryCacheContext service. 1 2
TestDiscoveryCacheContextTest class Drupal\Tests\simpletest\Kernel\Cache\Context tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php @group simpletest @group legacy
TestDiscoveryDeprecationTest class Drupal\Tests\simpletest\Kernel tests/src/Kernel/TestDiscoveryDeprecationTest.php @group simpletest @group legacy
TestDiscoveryTest class Drupal\Tests\simpletest\Unit tests/src/Unit/TestDiscoveryTest.php @coversDefaultClass \Drupal\simpletest\TestDiscovery
TestServiceProvider Deprecated class Drupal\simpletest src/TestServiceProvider.php Provides special routing services for tests.
ThroughUITest class Drupal\Tests\simpletest\Functional tests/src/Functional/ThroughUITest.php Fixture test that is executed during Simpletest UI testing.

Pages

Other projects