xrpld
Loading...
Searching...
No Matches
FetchPack.cpp
1#include <xrpl/beast/utility/Journal.h>
2#include <xrpl/shamap/SHAMap.h>
3#include <xrpl/shamap/SHAMapMissingNode.h>
4
5#include <gtest/gtest.h>
6#include <helpers/TestSink.h>
7#include <shamap/common.h>
8
9#include <memory>
10
11namespace xrpl::tests {
12
13TEST(FetchPackTest, construct_table)
14{
16 TestNodeFamily f{j};
18
19 EXPECT_NE(t1, nullptr);
20}
21
22} // namespace xrpl::tests
A generic endpoint for log messages.
Definition Journal.h:44
static TestSink & instance()
Definition TestSink.h:12
T make_shared(T... args)
TEST(IntrusiveSharedTest, basics)