#include #include #include #include #include #include #include "data.hpp" using ::testing::IsEmpty; TEST(DataSource, CanAddAndDeleteLink) { ASSIGN_OR_FAIL(std::unique_ptr data, DataSourceSQLite::newFromMemory()); }