Class RevocationCacheTest
- java.lang.Object
-
- org.geant.idpextension.oidc.storage.RevocationCacheTest
-
public class RevocationCacheTest extends Object
Tests forRevocationCache
-
-
Field Summary
Fields Modifier and Type Field Description private org.geant.idpextension.oidc.storage.RevocationCacherevocationCacheprivate org.opensaml.storage.impl.MemoryStorageServicestorageService
-
Constructor Summary
Constructors Constructor Description RevocationCacheTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()protected voidtearDown()voidtestExpirationSetter()voidtestInit()voidtestRevocationExpirationSuccess()voidtestRevocationSuccess()voidtestRevocationSuccessLongContext()voidtestRevocationSuccessLongLongItem()voidtestStorageGetter()voidtestStrictSetter()
-
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
tearDown
@AfterMethod protected void tearDown()
-
testInit
public void testInit()
-
testStrictSetter
public void testStrictSetter() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testExpirationSetter
public void testExpirationSetter() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testStorageGetter
public void testStorageGetter() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testRevocationSuccess
public void testRevocationSuccess() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testRevocationSuccessLongContext
public void testRevocationSuccessLongContext() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testRevocationSuccessLongLongItem
public void testRevocationSuccessLongLongItem() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
testRevocationExpirationSuccess
public void testRevocationExpirationSuccess() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException, InterruptedException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionInterruptedException
-
-