kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestLexer.h
1#pragma once
2
3#include <QtTest/QtTest>
4
5class TestLexer: public QObject
6{
7 Q_OBJECT
8private slots:
9 void testSimpleSelect();
10 void testFilter();
11};
Definition TestLexer.h:6