Protocols::Generics::Testing::ReadCallChecker Class Reference

List of all members.

Detailed Description

Helper to produce side effect of the parameters of SocketMock::read().

Definition at line 51 of file TcpSocketBufferTest.cpp.

Public Types

typedef qint64() Function (char *, qint64)

Public Member Functions

 ReadCallChecker (const QByteArray &bytes_)
bool check (char *destination, qint64 size)

Private Attributes

QByteArray bytes


Member Typedef Documentation

typedef qint64() Protocols::Generics::Testing::ReadCallChecker::Function(char *, qint64)
 

Definition at line 59 of file TcpSocketBufferTest.cpp.


Constructor & Destructor Documentation

Protocols::Generics::Testing::ReadCallChecker::ReadCallChecker const QByteArray &  bytes_  )  [inline]
 

Definition at line 56 of file TcpSocketBufferTest.cpp.


Member Function Documentation

bool Protocols::Generics::Testing::ReadCallChecker::check char *  destination,
qint64  size
[inline]
 

Definition at line 61 of file TcpSocketBufferTest.cpp.


Member Data Documentation

QByteArray Protocols::Generics::Testing::ReadCallChecker::bytes [private]
 

Definition at line 53 of file TcpSocketBufferTest.cpp.


The documentation for this class was generated from the following file: