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