38 #include <gtest/gtest.h> constexpr ChannelAddr size() const
#define EXPECT_TRUE(expr)
A macro which verifies that expr evaluates to true.
constexpr ChannelAddr end() const
The ChanneelAddrRange class describes a contiguous range of addresses in a contiguous channel-local a...
#define EXPECT_FALSE(expr)
A macro which verifies that expr evaluates to false.
TEST(ChannelAddrRange, DefaultInvalid)
constexpr ChannelAddr start() const
constexpr bool valid() const
Class holding a guest address in a contiguous channel-local address space.
constexpr bool contains(ChannelAddr a) const
#define EXPECT_EQ(lhs, rhs)
A macro which verifies that lhs and rhs are equal to each other.