template <typename T>
struct TestDataValueType
Defined at line 65 of file ../../src/lib/zxdump/test-data-holder.h
This gets instantiated with the InfoTraits
<
...> or PropertyTraits
<
...>
type so it can be specialized on those. The partial specializations below
just instantiate this again with the Traits::type. This default
instantiation works for simple types where EXPECT_EQ works. It also works
when the constexpr variable kTestDataValueStruct
<T
> is specialized to
return a tuple of T::* member pointers.
Public Members
static const bool kIsVector
Public Methods
void Check (std::string_view name, const type & old_value, const type & new_value)
Defined at line 70 of file ../../src/lib/zxdump/test-data-holder.h