Package net.shibboleth.idp.cas.flow.impl
Class BuildSAMLMetadataContextActionTest
- java.lang.Object
-
- org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- net.shibboleth.idp.cas.flow.impl.AbstractFlowActionTest
-
- net.shibboleth.idp.cas.flow.impl.BuildSAMLMetadataContextActionTest
-
- All Implemented Interfaces:
Aware,ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
public class BuildSAMLMetadataContextActionTest extends AbstractFlowActionTest
Unit test forBuildSAMLMetadataContextAction.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.shibboleth.idp.cas.flow.impl.AbstractFlowActionTest
AbstractFlowActionTest.MockDataSealerKeyStrategy
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.cas.flow.impl.BuildSAMLMetadataContextAction<?,?>actionprivate Function<ProfileRequestContext,SAMLMetadataContext>mdLookupFunction-
Fields inherited from class net.shibboleth.idp.cas.flow.impl.AbstractFlowActionTest
TEST_PRINCIPAL_NAME, TEST_SESSION_ID, ticketService
-
Fields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description BuildSAMLMetadataContextActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestServiceWithGroup()voidtestServiceWithoutGroup()-
Methods inherited from class net.shibboleth.idp.cas.flow.impl.AbstractFlowActionTest
createProxyGrantingTicket, createProxyGrantingTicket, createProxyTicket, createServiceTicket, expiry, generateProxyGrantingTicketId, generateProxyTicketId, generateServiceTicketId, getProfileContext, initOpenSAML, mockSession
-
Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
-
-
-
-
Field Detail
-
action
@Autowired private net.shibboleth.idp.cas.flow.impl.BuildSAMLMetadataContextAction<?,?> action
-
mdLookupFunction
private Function<ProfileRequestContext,SAMLMetadataContext> mdLookupFunction
-
-