You are here

namespace Drupal\simpletest in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\simpletest
Classsort descending Location Description
AssertContentTrait core/modules/simpletest/src/AssertContentTrait.php Provides test methods to assert content.
AssertHelperTrait core/modules/simpletest/src/AssertHelperTrait.php Provides helper methods for assertions.
BrowserTestBase core/modules/simpletest/src/BrowserTestBase.php Provides a test case for functional Drupal tests.
InstallerTestBase core/modules/simpletest/src/InstallerTestBase.php Base class for testing the interactive installer.
KernelTestBase core/modules/simpletest/src/KernelTestBase.php Base class for integration tests.
RandomGeneratorTrait core/modules/simpletest/src/RandomGeneratorTrait.php Provides random generator utility methods.
SessionTestTrait core/modules/simpletest/src/SessionTestTrait.php Provides methods to generate and get session name in tests.
TestBase core/modules/simpletest/src/TestBase.php Base class for Drupal tests.
TestDiscovery core/modules/simpletest/src/TestDiscovery.php Discovers available tests.
TestServiceProvider core/modules/simpletest/src/TestServiceProvider.php
UserCreationTrait core/modules/simpletest/src/UserCreationTrait.php Provides methods to create additional test users and switch the currently logged in one.
WebAssert core/modules/simpletest/src/WebAssert.php Defines a class with methods for asserting presence of elements during tests.
WebTestBase core/modules/simpletest/src/WebTestBase.php Test case for typical Drupal tests.