nngn
Loading...
Searching...
No Matches
log_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TEST_LOG_H
2
#define NNGN_TEST_LOG_H
3
4
#include <QTest>
5
6
class
LogTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
capture
();
10
void
context
();
11
void
with_context
();
12
void
replace
();
13
void
max
();
14
};
15
16
#endif
LogTest
Definition
log_test.h:6
LogTest::with_context
void with_context()
Definition
log_test.cpp:16
LogTest::max
void max()
Definition
log_test.cpp:46
LogTest::capture
void capture()
Definition
log_test.cpp:5
LogTest::context
void context()
Definition
log_test.cpp:10
LogTest::replace
void replace()
Definition
log_test.cpp:27
tests
utils
log_test.h
Generated by
1.11.0