Package dovetaildb.apiservice

Source Code of dovetaildb.apiservice.ChangesetBufferTest

package dovetaildb.apiservice;

import java.util.Map;

import junit.framework.TestCase;

import org.junit.Test;

import dovetaildb.bagindex.TrivialBagIndex;
import dovetaildb.coordinator.ProcessCoordinator;
import dovetaildb.dbservice.BagEntry;
import dovetaildb.dbservice.BagEntryFactory;
import dovetaildb.dbservice.BagIndexBridge;
import dovetaildb.dbservice.DbService;
import dovetaildb.dbservice.DbServiceTest;
import dovetaildb.dbservice.DefaultTermEncoder;
import dovetaildb.dbservice.ProcessTransactionMapper;
import dovetaildb.iter.Iter;
import dovetaildb.util.Util;

public class ChangesetBufferTest  extends ApiServiceTest {

  protected ApiService createApi(DbService dbService) {
    return new ChangesetBuffer(dbService, new ProcessCoordinator(0));
  }
   
}
TOP

Related Classes of dovetaildb.apiservice.ChangesetBufferTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.