knowL: Knowledge Libraries
Loading...
Searching...
No Matches
TestLexerTextStream.h
1#include <QtTest/QtTest>
2
3#include <knowCore/Forward.h>
4
5class TestLexerTextStream : public QObject
6{
7 Q_OBJECT
8 void testStream(knowCore::LexerTextStream* _stream, bool _remove_last_return);
9 QString string(bool _remove_last_return);
10private slots:
11 void testString();
12 void testDevice();
13 void testTripleQuoteString();
14 void testDigits();
15};
16
17
Definition TestLexerTextStream.h:6
Definition LexerTextStream.h:18