Package net.shibboleth.idp.authn.impl
Class PopulateAuthenticationContextTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest
-
public final class PopulateAuthenticationContextTest extends BaseAuthenticationContextTest
Base class for further action tests.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
authenticationFlows, prc, src
-
-
Constructor Summary
Constructors Constructor Description PopulateAuthenticationContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestFiltered()Test active flow filtering.voidtestIdentical()Test available flows == potential flows.voidtestNonIdentical()Test available flows != potential flows.-
Methods inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
initializeMembers
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Overrides:
setUpin classBaseAuthenticationContextTest- Throws:
Exception
-
testIdentical
public void testIdentical() throws ExceptionTest available flows == potential flows.- Throws:
Exception- if something goes wrong
-
testNonIdentical
public void testNonIdentical() throws ExceptionTest available flows != potential flows.- Throws:
Exception- if something goes wrong
-
-