Class JDBCPairwiseIdStoreTest
- java.lang.Object
-
- net.shibboleth.idp.attribute.impl.JDBCPairwiseIdStoreTest
-
public class JDBCPairwiseIdStoreTest extends Object
Tests forJDBCPairwiseIdStore.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_FILEstatic StringINIT_FILEprivate DataSourcetestSource
-
Constructor Summary
Constructors Constructor Description JDBCPairwiseIdStoreTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private booleancomparePersistentIdEntrys(net.shibboleth.idp.attribute.PairwiseId one, net.shibboleth.idp.attribute.PairwiseId other)voidinitializeAndGetters()voidsetupSource()voidstoreEntry()voidteardown()
-
-
-
Field Detail
-
testSource
private DataSource testSource
-
INIT_FILE
public static final String INIT_FILE
- See Also:
- Constant Field Values
-
DELETE_FILE
public static final String DELETE_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupSource
@BeforeMethod public void setupSource() throws IOException, IOException
- Throws:
IOException
-
teardown
@AfterMethod public void teardown()
-
initializeAndGetters
public void initializeAndGetters() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException, IOException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionIOException
-
comparePersistentIdEntrys
private boolean comparePersistentIdEntrys(@Nonnull net.shibboleth.idp.attribute.PairwiseId one, @Nonnull net.shibboleth.idp.attribute.PairwiseId other)
-
storeEntry
public void storeEntry() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException, IOException, SQLException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionIOExceptionSQLException
-
-