mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Moved other FIFOBuffer tests to BasicFIFOBufferTest
This commit is contained in:
@@ -32,9 +32,6 @@ public:
|
||||
void testFPE();
|
||||
void testEnvironment();
|
||||
void testBuffer();
|
||||
void testFIFOBufferChar();
|
||||
void testFIFOBufferInt();
|
||||
void testFIFOBufferEOFAndError();
|
||||
void testAtomicCounter();
|
||||
void testNullable();
|
||||
void testAscii();
|
||||
@@ -45,13 +42,9 @@ public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
protected:
|
||||
void onReadable(bool& b);
|
||||
void onWritable(bool& b);
|
||||
|
||||
private:
|
||||
int _readableToNot;
|
||||
int _notToReadable;
|
||||
int _writableToNot;
|
||||
int _notToReadable;
|
||||
int _notToWritable;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user