@UnitTest public class DefaultScimUserFacadeTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultScimUserFacadeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCreateUserForUserTypeEmployee() |
void |
testCreateUserForUserTypeInvalid() |
void |
testDeleteUserWhenUserDoesntExists() |
void |
testDeleteUserWhenUserExists() |
void |
testGetUserForScimUserIdWhenModelDoesntExists() |
void |
testGetUserForScimUserIdWhenModelExists() |
void |
testGetUserWhenUserDoesntExists() |
void |
testGetUserWhenUserExists() |
void |
testUpdateUserWhenUserDoesntExists() |
void |
testUpdateUserWhenUserExists() |
public void testCreateUserForUserTypeEmployee()
public void testCreateUserForUserTypeInvalid()
public void testUpdateUserWhenUserExists()
public void testUpdateUserWhenUserDoesntExists()
public void testGetUserWhenUserExists()
public void testGetUserWhenUserDoesntExists()
public void testGetUserForScimUserIdWhenModelExists()
public void testGetUserForScimUserIdWhenModelDoesntExists()
public void testDeleteUserWhenUserExists()
public void testDeleteUserWhenUserDoesntExists()
Copyright © 2018 SAP SE. All Rights Reserved.