Class CreateResultTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentIndexedStorageActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.CreateResultTest
-
public class CreateResultTest extends AbstractConsentIndexedStorageActionTest
CreateResultunit test.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
action, descriptor, prc, src
-
-
Constructor Summary
Constructors Constructor Description CreateResultTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.consent.flow.storage.impl.CreateResultbuildAction(String key)protected Map<String,net.shibboleth.idp.consent.Consent>readConsentFromStorage(String key)voidsetUpAction()voidtestCreateResult()voidtestCreateResultWithSymbolics()voidtestMaxStoredRecords()voidtestNoCurrentConsents()voidtestNoMaxStoredRecords()voidtestUpdateResult()voidtestUpdateResultWithSymbolics()-
Methods inherited from class net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentIndexedStorageActionTest
populateAction, readStorageKeysFromIndex, testUnmodifiableStorageIndexKeyStrategy, testUnmodifiableStorageKeysSerializerStrategy, testUnmodifiableStorageKeysStrategy
-
Methods inherited from class net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageActionTest
getMemoryStorageService, readConsentsFromStorage, setUpMemoryStorageService, testUnmodifiableInterceptorContextStrategy, testUnmodifiableStorageKeyStrategy, testUnmodifiableStorageSerializerStrategy
-
Methods inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
setUp
-
-
-
-
Method Detail
-
buildAction
protected net.shibboleth.idp.consent.flow.storage.impl.CreateResult buildAction(@Nonnull String key) throws Exception- Throws:
Exception
-
readConsentFromStorage
protected Map<String,net.shibboleth.idp.consent.Consent> readConsentFromStorage(@Nonnull String key) throws Exception
- Throws:
Exception
-
setUpAction
@BeforeMethod public void setUpAction() throws Exception
- Throws:
Exception
-
testCreateResultWithSymbolics
public void testCreateResultWithSymbolics() throws Exception- Throws:
Exception
-
testUpdateResultWithSymbolics
public void testUpdateResultWithSymbolics() throws Exception- Throws:
Exception
-
-