public abstract class StorageServiceTest extends Object
StorageService implementations.| Modifier and Type | Class and Description |
|---|---|
private class |
StorageServiceTest.AnnotatedObject |
| Modifier and Type | Field and Description |
|---|---|
protected SecureRandom |
random |
protected org.opensaml.storage.StorageService |
shared |
| Constructor and Description |
|---|
StorageServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
expiration() |
protected abstract org.opensaml.storage.StorageService |
getStorageService()
Returns a fresh service instance to test.
|
void |
objects() |
protected void |
setUp() |
void |
strings() |
protected void |
tearDown() |
protected void |
threadInit()
Called to init a thread in preparation to run a test.
|
void |
updates() |
protected SecureRandom random
protected org.opensaml.storage.StorageService shared
@Nonnull protected abstract org.opensaml.storage.StorageService getStorageService()
protected void threadInit()
protected void setUp()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionprotected void tearDown()
public void strings()
throws IOException
IOExceptionpublic void expiration()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void updates()
throws IOException,
org.opensaml.storage.VersionMismatchException
IOExceptionorg.opensaml.storage.VersionMismatchExceptionpublic void objects()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 1999–2015. All rights reserved.