Class ScimUserValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.scimservices.interceptors.ScimUserValidateInterceptorTest
-
@UnitTest public class ScimUserValidateInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScimUserValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestOnValidateWhenExternaIdExistsIsUniqueAndModelIsNew()voidtestOnValidateWhenScimUserIdExistsButNotUniqueAndModelIsNew()voidtestOnValidateWhenScimUserIdExistsIsUniqueAndModelIsUpdated()voidtestOnValidateWhenScimUserIdExistsNotUniqueAndModelIsUpdated()voidtestOnValidateWhenScimUserIdIsEmpty()
-
-
-
Method Detail
-
testOnValidateWhenScimUserIdIsEmpty
public void testOnValidateWhenScimUserIdIsEmpty() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenScimUserIdExistsButNotUniqueAndModelIsNew
public void testOnValidateWhenScimUserIdExistsButNotUniqueAndModelIsNew() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenExternaIdExistsIsUniqueAndModelIsNew
public void testOnValidateWhenExternaIdExistsIsUniqueAndModelIsNew() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenScimUserIdExistsIsUniqueAndModelIsUpdated
public void testOnValidateWhenScimUserIdExistsIsUniqueAndModelIsUpdated() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenScimUserIdExistsNotUniqueAndModelIsUpdated
public void testOnValidateWhenScimUserIdExistsNotUniqueAndModelIsUpdated() throws InterceptorException- Throws:
InterceptorException
-
-