Class AbstractIdentityManagementControllerIT
- java.lang.Object
-
- org.activiti.cloud.identity.web.controller.AbstractIdentityManagementControllerIT
-
@Disabled public abstract class AbstractIdentityManagementControllerIT extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentityManagementControllerIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshould_returnGroups_when_searchByName()voidshould_returnGroups_when_searchByNameAndRole()voidshould_returnGroups_when_searchByRole()voidshould_returnOnlyAdmins_when_searchByRoleAdmin()voidshould_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin()voidshould_returnOnlyUsers_when_searchByUsernameAndRoleUser()voidshould_returnUsers_when_searchByEmail()voidshould_returnUsers_when_searchByFirstName()voidshould_returnUsers_when_searchByLastName()voidshould_returnUsers_when_searchByUsername()voidshouldReturnMultiplePages_when_searchGroupsUsingPagination()voidshouldReturnMultiplePages_when_searchUsersUsingPagination()
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
should_returnUsers_when_searchByUsername
@Test public void should_returnUsers_when_searchByUsername() throws Exception- Throws:
Exception
-
should_returnUsers_when_searchByEmail
@Test public void should_returnUsers_when_searchByEmail() throws Exception- Throws:
Exception
-
should_returnUsers_when_searchByLastName
@Test public void should_returnUsers_when_searchByLastName() throws Exception- Throws:
Exception
-
should_returnUsers_when_searchByFirstName
@Test public void should_returnUsers_when_searchByFirstName() throws Exception- Throws:
Exception
-
should_returnOnlyUsers_when_searchByUsernameAndRoleUser
@Test public void should_returnOnlyUsers_when_searchByUsernameAndRoleUser() throws Exception- Throws:
Exception
-
should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin
@Test public void should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin() throws Exception- Throws:
Exception
-
should_returnOnlyAdmins_when_searchByRoleAdmin
@Test public void should_returnOnlyAdmins_when_searchByRoleAdmin() throws Exception- Throws:
Exception
-
shouldReturnMultiplePages_when_searchUsersUsingPagination
@Test public void shouldReturnMultiplePages_when_searchUsersUsingPagination() throws Exception- Throws:
Exception
-
should_returnGroups_when_searchByName
@Test public void should_returnGroups_when_searchByName() throws Exception- Throws:
Exception
-
should_returnGroups_when_searchByNameAndRole
@Test public void should_returnGroups_when_searchByNameAndRole() throws Exception- Throws:
Exception
-
should_returnGroups_when_searchByRole
@Test public void should_returnGroups_when_searchByRole() throws Exception- Throws:
Exception
-
-