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
GpgFrontend::Test::GpgCoreTest
Definition:
GpgCoreTest.h:37
GpgFrontend::Test
Definition:
GpgCoreTest.cpp:35
src
test
core
GpgCoreTest.h
Generated by
1.9.1