mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
14 lines
192 B
C++
14 lines
192 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include "../../controller/HederaAccount.h"
|
|
|
|
|
|
namespace controller {
|
|
|
|
class TestHederaAccount : public ::testing::Test {
|
|
protected:
|
|
void SetUp() override;
|
|
};
|
|
|
|
}
|