Protocols::Generics::Testing::WriteCallChecker Class Reference

List of all members.

Detailed Description

Helper to check the expected arguments of SocketMock::write().

Definition at line 33 of file TcpSocketBufferTest.cpp.

Public Types

typedef qint64() Function (const char *, qint64)

Public Member Functions

 WriteCallChecker (const QByteArray &bytes_)
bool check (const char *source, qint64 size)

Private Attributes

QByteArray bytes


Member Typedef Documentation

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

Definition at line 41 of file TcpSocketBufferTest.cpp.


Constructor & Destructor Documentation

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

Definition at line 38 of file TcpSocketBufferTest.cpp.


Member Function Documentation

bool Protocols::Generics::Testing::WriteCallChecker::check const char *  source,
qint64  size
[inline]
 

Definition at line 43 of file TcpSocketBufferTest.cpp.


Member Data Documentation

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

Definition at line 35 of file TcpSocketBufferTest.cpp.


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