namespace Drupal\user\Tests\Views

Classsort descending Location Description
AccessPermissionTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessPermissionTest.php Tests views perm access plugin.
AccessRoleTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessRoleTest.php Tests views role access plugin.
AccessTestBase drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessTestBase.php A common test base class for the user access plugin tests.
ArgumentDefaultTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentDefaultTest.php Tests views user argument default plugin.
ArgumentValidateTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php Tests views user argument validator plugin.
BulkFormTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php Tests the views bulk form test.
HandlerArgumentUserUidTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php Tests views user uid argument handler.
HandlerFieldRoleTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldRoleTest.php Tests the role field handler.
HandlerFieldUserNameTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldUserNameTest.php Tests the field username handler.
HandlerFilterUserNameTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php Tests the handler of the user: name filter.
RelationshipRepresentativeNode drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php Tests the representative node relationship for users.
UserDataTest drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserDataTest.php Tests the user data service field handler.
UserTestBase drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserTestBase.php @todo.