Class AbstractConsentActionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- Direct Known Subclasses:
AbstractAttributeReleaseActionTest,AbstractConsentStorageActionTest,ExtractConsentTest,PopulateConsentContextTest
public abstract class AbstractConsentActionTest extends Object
AbstractConsentActionunit test.
-
-
Field Summary
Fields Modifier and Type Field Description protected net.shibboleth.idp.consent.flow.impl.AbstractConsentActionactionprotected net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptordescriptorprotected org.opensaml.profile.context.ProfileRequestContextprcprotected RequestContextsrc
-
Constructor Summary
Constructors Constructor Description AbstractConsentActionTest()
-
-
-
Field Detail
-
src
protected RequestContext src
-
prc
protected org.opensaml.profile.context.ProfileRequestContext prc
-
descriptor
protected net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor descriptor
-
action
protected net.shibboleth.idp.consent.flow.impl.AbstractConsentAction action
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
-