Class StorageServiceTest


  • public abstract class StorageServiceTest
    extends Object
    Test of StorageService implementations.
    • Field Detail

      • shared

        protected org.opensaml.storage.StorageService shared
    • Constructor Detail

      • StorageServiceTest

        public StorageServiceTest()
    • Method Detail

      • getStorageService

        @Nonnull
        protected abstract org.opensaml.storage.StorageService getStorageService()
        Returns a fresh service instance to test.
        Returns:
        a new instance
      • threadInit

        protected void threadInit()
        Called to init a thread in preparation to run a test.
      • setUp

        @BeforeClass
        protected void setUp()
                      throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
        Throws:
        net.shibboleth.utilities.java.support.component.ComponentInitializationException
      • updates

        public void updates()
                     throws IOException,
                            org.opensaml.storage.VersionMismatchException
        Throws:
        IOException
        org.opensaml.storage.VersionMismatchException