GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
core
►
module
►
pinentry
▼
test
►
core
GpgFrontendCoreExport.h
GpgFrontendTest.h
GpgFrontendTestExport.h
►
ui
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
GpgFrontendTest.h
1
29
#pragma once
30
31
#include "GpgFrontendTestExport.h"
32
33
// Core
34
#include "core/utils/LogUtils.h"
35
36
namespace
GpgFrontend::Test
{
37
38
struct
GpgFrontendContext
{
39
int
argc;
40
char
**argv;
41
};
42
43
auto
GPGFRONTEND_TEST_EXPORT ExecuteAllTestCase(
GpgFrontendContext
args) -> int;
44
45
#define GF_TEST_LOG_TRACE(...) GF_LOG_TRACE("test"
, __VA_ARGS__)
46
#define GF_TEST_LOG_DEBUG(...) GF_LOG_DEBUG("test"
, __VA_ARGS__)
47
#define GF_TEST_LOG_INFO(...) GF_LOG_INFO("test"
, __VA_ARGS__)
48
#define GF_TEST_LOG_WARN(...) GF_LOG_WARN("test"
, __VA_ARGS__)
49
#define GF_TEST_LOG_ERROR(...) GF_LOG_ERROR("test"
, __VA_ARGS__)
50
51
}
// namespace GpgFrontend::Test
GpgFrontend::Test
Definition:
GpgCoreTest.cpp:35
GpgFrontend::Test::GpgFrontendContext
Definition:
GpgFrontendTest.h:38
src
test
GpgFrontendTest.h
Generated by
1.9.1