Class FlowDescriptorLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.FlowDescriptorLookupFunctionTest
-
public class FlowDescriptorLookupFunctionTest extends Object
FlowDescriptorLookupFunctionunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.profile.context.ProfileInterceptorContextpicprivate org.opensaml.profile.context.ProfileRequestContextprcprivate RequestContextsrc
-
Constructor Summary
Constructors Constructor Description FlowDescriptorLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestLookup()voidtestLookupChild()voidtestLookupParent()voidtestNoAttemptedFlow()voidtestNoInterceptorContext()voidtestNullInput()
-
-
-
Field Detail
-
src
private RequestContext src
-
prc
private org.opensaml.profile.context.ProfileRequestContext prc
-
pic
private net.shibboleth.idp.profile.context.ProfileInterceptorContext pic
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testLookup
public void testLookup()
-
testLookupChild
public void testLookupChild()
-
testLookupParent
public void testLookupParent()
-
testNullInput
public void testNullInput()
-
testNoInterceptorContext
public void testNoInterceptorContext()
-
testNoAttemptedFlow
public void testNoAttemptedFlow()
-
-