#include "gtest/gtest.h" #include "../../controller/HederaAccount.h" namespace controller { class TestHederaAccount : public ::testing::Test { protected: void SetUp() override; }; }