Class ExtractConsentTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- net.shibboleth.idp.consent.flow.impl.ExtractConsentTest
-
public class ExtractConsentTest extends AbstractConsentActionTest
ExtractConsentunit test.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
action, descriptor, prc, src
-
-
Constructor Summary
Constructors Constructor Description ExtractConsentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUpCurrentConsents()voidtestMissingHttpServletRequest()voidtestMultipleUserInput()voidtestNoUserInput()voidtestSingleUserInput()-
Methods inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
setUp
-
-
-
-
Method Detail
-
setUpCurrentConsents
@BeforeMethod public void setUpCurrentConsents() throws Exception
- Throws:
Exception
-
testMissingHttpServletRequest
public void testMissingHttpServletRequest() throws Exception- Throws:
Exception
-
-