Exemplo n.º 1
0
 void BaseClonerTest::setUp() {
     ReplicationExecutorTest::setUp();
     clear();
     launchExecutorThread();
     storageInterface.reset(new ClonerStorageInterfaceMock());
 }
void AbstractOplogFetcherTest::setUp() {
    executor::ThreadPoolExecutorTest::setUp();
    launchExecutorThread();

    lastFetched = {{123, 0}, 1};
}