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
6class LogTest : public QObject {
7 Q_OBJECT
8private slots:
9 void capture();
10 void context();
11 void with_context();
12 void replace();
13 void max();
14};
15
16#endif
Definition log_test.h:6
void with_context()
Definition log_test.cpp:16
void max()
Definition log_test.cpp:46
void capture()
Definition log_test.cpp:5
void context()
Definition log_test.cpp:10
void replace()
Definition log_test.cpp:27