#include "migration/cassandra/impl/Spec.hpp" #include #include #include namespace { class Empty {}; struct SimpleTestTable { using Row = std::tuple; static constexpr char const* kPARTITION_KEY = "key"; static constexpr char const* kTABLE_NAME = "test"; }; } // namespace TEST(MigrationSpec, TableSpec) { static_assert(!migration::cassandra::impl::TableSpec); static_assert(migration::cassandra::impl::TableSpec); }