GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgCoreTest.h
1 
29 #pragma once
30 
31 #include <gtest/gtest.h>
32 
33 #include "GpgFrontendTest.h"
34 
35 namespace GpgFrontend::Test {
36 
37 class GpgCoreTest : public ::testing::Test {
38  public:
39  void SetUp() override;
40 
41  void TearDown() override;
42 };
43 
44 } // namespace GpgFrontend::Test
Definition: GpgCoreTest.h:37
Definition: GpgCoreTest.cpp:35