BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
test
qrtest.h
Go to the documentation of this file.
1
#ifndef QRTEST_H
2
#define QRTEST_H
3
4
#include <QObject>
5
#include <QtTest>
6
#include <QString>
7
8
#include "
qr/QrInterface.h
"
9
10
11
namespace
bbbTest {
12
class
QrTest
:
public
QObject
13
{
14
Q_OBJECT
15
public
:
16
QrTest
();
17
18
private
slots:
19
//************************************************************
20
//* Testing Functions
21
//************************************************************
25
void
testTest
();
26
//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
27
void
svgRenderTest
();
28
void
svgRenderTest_data
();
29
//QString svgString = QrInterface::strToSvg(scanCodeString);
30
31
};
32
33
}
34
#endif // QRTEST_H
bbbTest::QrTest
Definition:
qrtest.h:12
bbbTest::QrTest::svgRenderTest
void svgRenderTest()
Definition:
qrtest.cpp:347
QrInterface.h
bbbTest::QrTest::testTest
void testTest()
Makes sure QTest, .yml an travis.ci are working.
Definition:
qrtest.cpp:10
bbbTest::QrTest::svgRenderTest_data
void svgRenderTest_data()
Definition:
qrtest.cpp:24
bbbTest::QrTest::QrTest
QrTest()
Definition:
qrtest.cpp:4
Generated by
1.8.6