Class ClientDetailsTest
- java.lang.Object
-
- de.hybris.platform.webservicescommons.oauth2.client.impl.ClientDetailsTest
-
@UnitTest public class ClientDetailsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientDetailsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetAuthorities()
void
testGetAuthoritiesEmpty()
void
testIsAutoApproveEmpty()
void
testIsAutoApproveNegative()
void
testIsAutoApprovePositive()
void
testIsSecretRequiredNegative()
void
testIsSecretRequiredPositive()
-
-
-
Method Detail
-
testIsSecretRequiredPositive
public void testIsSecretRequiredPositive()
-
testIsSecretRequiredNegative
public void testIsSecretRequiredNegative()
-
testGetAuthorities
public void testGetAuthorities()
-
testGetAuthoritiesEmpty
public void testGetAuthoritiesEmpty()
-
testIsAutoApprovePositive
public void testIsAutoApprovePositive()
-
testIsAutoApproveNegative
public void testIsAutoApproveNegative()
-
testIsAutoApproveEmpty
public void testIsAutoApproveEmpty()
-
-