Moved other FIFOBuffer tests to BasicFIFOBufferTest

This commit is contained in:
Jonathan S
2015-02-25 21:10:20 -05:00
parent 3173bddd99
commit 7e07cb9d4d
4 changed files with 620 additions and 620 deletions

View File

@@ -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;
};