#include "data_mock.h" #include <gtest/gtest.h> /// Verify that both mock classes are concrete implementations. TEST(DataMockTest, InterfacesCanBeInstantiated) { DataSourceMock data_source; DataSourceTransactionMock transaction; }