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(PairwiseId one, 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 ComponentInitializationException, IOException
-
comparePersistentIdEntrys
private boolean comparePersistentIdEntrys(@Nonnull PairwiseId one, @Nonnull PairwiseId other)
-
storeEntry
public void storeEntry() throws ComponentInitializationException, IOException, SQLException
-
-