Search in sources :

Example 1 with MemoryTransactionLogStorage

use of com.dangdang.ddframe.rdb.transaction.soft.storage.impl.MemoryTransactionLogStorage in project sharding-jdbc by dangdangdotcom.

the class MemoryTransactionLogStorageOperationsTest method assertMemoryTransactionLogStorageOperations.

@Test
public void assertMemoryTransactionLogStorageOperations() {
    TransactionLogStorage storage = new MemoryTransactionLogStorage();
    assertTransactionLogStorageOperations(storage);
}
Also used : MemoryTransactionLogStorage(com.dangdang.ddframe.rdb.transaction.soft.storage.impl.MemoryTransactionLogStorage) TransactionLogStorage(com.dangdang.ddframe.rdb.transaction.soft.storage.TransactionLogStorage) MemoryTransactionLogStorage(com.dangdang.ddframe.rdb.transaction.soft.storage.impl.MemoryTransactionLogStorage) Test(org.junit.Test)

Aggregations

TransactionLogStorage (com.dangdang.ddframe.rdb.transaction.soft.storage.TransactionLogStorage)1 MemoryTransactionLogStorage (com.dangdang.ddframe.rdb.transaction.soft.storage.impl.MemoryTransactionLogStorage)1 Test (org.junit.Test)1