mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -17,13 +17,18 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <util/FakeAmendmentBlockAction.h>
|
||||
#include <util/Fixtures.h>
|
||||
|
||||
#include <etl/impl/AmendmentBlock.h>
|
||||
#include "etl/SystemState.h"
|
||||
#include "etl/impl/AmendmentBlock.h"
|
||||
#include "util/FakeAmendmentBlockAction.h"
|
||||
#include "util/Fixtures.h"
|
||||
|
||||
#include <boost/asio/io_context.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
|
||||
using namespace testing;
|
||||
using namespace etl;
|
||||
|
||||
|
||||
@@ -17,13 +17,28 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <etl/impl/CacheLoader.h>
|
||||
#include <util/Fixtures.h>
|
||||
#include <util/MockCache.h>
|
||||
#include "data/Types.h"
|
||||
#include "etl/impl/CacheLoader.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/MockBackend.h"
|
||||
#include "util/MockCache.h"
|
||||
#include "util/config/Config.h"
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/json.hpp>
|
||||
#include <boost/asio/io_context.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/json/parse.hpp>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <condition_variable>
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <optional>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
namespace json = boost::json;
|
||||
using namespace etl::detail;
|
||||
|
||||
@@ -17,12 +17,15 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <etl/ETLState.h>
|
||||
#include <util/MockSource.h>
|
||||
#include "etl/ETLState.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/MockSource.h"
|
||||
|
||||
#include <boost/json.hpp>
|
||||
#include <boost/json/parse.hpp>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <util/Fixtures.h>
|
||||
|
||||
#include <optional>
|
||||
|
||||
namespace json = boost::json;
|
||||
using namespace util;
|
||||
|
||||
@@ -17,12 +17,17 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <util/Fixtures.h>
|
||||
|
||||
#include <etl/impl/ExtractionDataPipe.h>
|
||||
#include "etl/impl/ExtractionDataPipe.h"
|
||||
#include "util/Fixtures.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <thread>
|
||||
|
||||
constexpr static auto STRIDE = 4;
|
||||
constexpr static auto START_SEQ = 1234;
|
||||
|
||||
|
||||
@@ -17,16 +17,19 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <etl/impl/Extractor.h>
|
||||
#include <util/FakeFetchResponse.h>
|
||||
#include <util/Fixtures.h>
|
||||
#include <util/MockExtractionDataPipe.h>
|
||||
#include <util/MockLedgerFetcher.h>
|
||||
#include <util/MockNetworkValidatedLedgers.h>
|
||||
#include "etl/SystemState.h"
|
||||
#include "etl/impl/Extractor.h"
|
||||
#include "util/FakeFetchResponse.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/MockExtractionDataPipe.h"
|
||||
#include "util/MockLedgerFetcher.h"
|
||||
#include "util/MockNetworkValidatedLedgers.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
using namespace testing;
|
||||
using namespace etl;
|
||||
|
||||
@@ -17,15 +17,27 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <etl/impl/LedgerPublisher.h>
|
||||
#include <util/Fixtures.h>
|
||||
#include <util/MockCache.h>
|
||||
#include <util/TestObject.h>
|
||||
#include "data/DBHelpers.h"
|
||||
#include "data/Types.h"
|
||||
#include "etl/SystemState.h"
|
||||
#include "etl/impl/LedgerPublisher.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/MockBackend.h"
|
||||
#include "util/MockCache.h"
|
||||
#include "util/MockSubscriptionManager.h"
|
||||
#include "util/TestObject.h"
|
||||
#include "util/config/Config.h"
|
||||
|
||||
#include <boost/json/parse.hpp>
|
||||
#include <fmt/core.h>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <ripple/basics/chrono.h>
|
||||
#include <ripple/protocol/Indexes.h>
|
||||
#include <ripple/protocol/LedgerHeader.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <vector>
|
||||
|
||||
using namespace testing;
|
||||
using namespace etl;
|
||||
|
||||
@@ -17,18 +17,24 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <etl/impl/Transformer.h>
|
||||
#include <util/FakeFetchResponse.h>
|
||||
#include <util/Fixtures.h>
|
||||
#include <util/MockAmendmentBlockHandler.h>
|
||||
#include <util/MockExtractionDataPipe.h>
|
||||
#include <util/MockLedgerLoader.h>
|
||||
#include <util/MockLedgerPublisher.h>
|
||||
#include <util/StringUtils.h>
|
||||
#include "etl/SystemState.h"
|
||||
#include "etl/impl/Transformer.h"
|
||||
#include "util/FakeFetchResponse.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/MockAmendmentBlockHandler.h"
|
||||
#include "util/MockBackend.h"
|
||||
#include "util/MockExtractionDataPipe.h"
|
||||
#include "util/MockLedgerLoader.h"
|
||||
#include "util/MockLedgerPublisher.h"
|
||||
#include "util/StringUtils.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <thread>
|
||||
|
||||
using namespace testing;
|
||||
using namespace etl;
|
||||
|
||||
Reference in New Issue
Block a user