-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Description
As a follow-up of keycloak/keycloak#31869, we need to add more tests for the admin-client from this package of keycloak repository to this package of keycloak-client repository.
With #36, AdminClientTest, RealmTest, RealmRolesTest,
and ClientTest
were already added.
The idea is to add the most important test classes to cover the most important use-cases and the CRUD operations of the basic admin objects.
What tests to add
maybe UsersTest and UserTest
also some tests from authentication package: https://github.com/keycloak/keycloak/tree/main/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication
the client package for client scopes, sessions, client roles: https://github.com/keycloak/keycloak/tree/main/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/client (edited)
maybe the GroupTest
Discussion
No response
Motivation
No response
Details
No response
### Tasks
- [ ] https://github.com/keycloak/keycloak-client/issues/41
- [ ] https://github.com/keycloak/keycloak-client/issues/42
- [ ] https://github.com/keycloak/keycloak-client/issues/43
- [ ] https://github.com/keycloak/keycloak-client/issues/44
- [ ] https://github.com/keycloak/keycloak-client/issues/58