Class ProfileInterceptorFlowDescriptorTest
- java.lang.Object
-
- net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptorTest
-
public class ProfileInterceptorFlowDescriptorTest extends Object
ProfileInterceptorFlowDescriptorunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptordescriptorprivate ProfileRequestContextprcprivate RequestContextsrc
-
Constructor Summary
Constructors Constructor Description ProfileInterceptorFlowDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEquality()voidtestInstantation()voidtestMutatingNonBrowserSupport()voidtestMutatingPredicate()voidtestUnmodifiableActivationCondition()voidtestUnmodifiableNonBrowserSupport()voidtestUnmodifiableStorageService()
-
-
-
Field Detail
-
descriptor
private net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor descriptor
-
src
private RequestContext src
-
prc
private ProfileRequestContext prc
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testUnmodifiableActivationCondition
public void testUnmodifiableActivationCondition() throws Exception- Throws:
Exception
-
testUnmodifiableStorageService
public void testUnmodifiableStorageService() throws Exception- Throws:
Exception
-
testUnmodifiableNonBrowserSupport
public void testUnmodifiableNonBrowserSupport() throws Exception- Throws:
Exception
-
testEquality
public void testEquality()
-
testMutatingNonBrowserSupport
public void testMutatingNonBrowserSupport()
-
-