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