Protocols::Http::Testing::IdentityReadAllBodyReaderTest Class Reference

Inherits TestFixture.

Inheritance diagram for Protocols::Http::Testing::IdentityReadAllBodyReaderTest:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Http::Testing::IdentityReadAllBodyReaderTest:

Collaboration graph
[legend]
List of all members.

Detailed Description

Tests for class IdentityReadAllBodyReaderDriver.

Definition at line 35 of file IdentityReadAllBodyReaderTest.cpp.

Public Member Functions

void setUp ()
void tearDown ()
void testReadFailsNoBytesAvailable ()
void testReadSomeData ()

Private Member Functions

 CPPUNIT_TEST_SUITE (IdentityReadAllBodyReaderTest)
 CPPUNIT_TEST (testReadFailsNoBytesAvailable)
 CPPUNIT_TEST (testReadSomeData)
 CPPUNIT_TEST_SUITE_END ()

Private Attributes

auto_ptr< TransportMock > transport
auto_ptr< IdentityReadAllBodyReaderbodyReaderReal
auto_ptr< IdentityReadAllBodyReaderDriver > bodyReader


Member Function Documentation

Protocols::Http::Testing::IdentityReadAllBodyReaderTest::CPPUNIT_TEST testReadSomeData   )  [private]
 

Protocols::Http::Testing::IdentityReadAllBodyReaderTest::CPPUNIT_TEST testReadFailsNoBytesAvailable   )  [private]
 

Protocols::Http::Testing::IdentityReadAllBodyReaderTest::CPPUNIT_TEST_SUITE IdentityReadAllBodyReaderTest   )  [private]
 

Protocols::Http::Testing::IdentityReadAllBodyReaderTest::CPPUNIT_TEST_SUITE_END  )  [private]
 

void Protocols::Http::Testing::IdentityReadAllBodyReaderTest::setUp  )  [inline]
 

Definition at line 47 of file IdentityReadAllBodyReaderTest.cpp.

void Protocols::Http::Testing::IdentityReadAllBodyReaderTest::tearDown  )  [inline]
 

Definition at line 54 of file IdentityReadAllBodyReaderTest.cpp.

void Protocols::Http::Testing::IdentityReadAllBodyReaderTest::testReadFailsNoBytesAvailable  )  [inline]
 

Definition at line 61 of file IdentityReadAllBodyReaderTest.cpp.

void Protocols::Http::Testing::IdentityReadAllBodyReaderTest::testReadSomeData  )  [inline]
 

Definition at line 69 of file IdentityReadAllBodyReaderTest.cpp.


Member Data Documentation

auto_ptr<IdentityReadAllBodyReaderDriver> Protocols::Http::Testing::IdentityReadAllBodyReaderTest::bodyReader [private]
 

Definition at line 44 of file IdentityReadAllBodyReaderTest.cpp.

auto_ptr<IdentityReadAllBodyReader> Protocols::Http::Testing::IdentityReadAllBodyReaderTest::bodyReaderReal [private]
 

Definition at line 43 of file IdentityReadAllBodyReaderTest.cpp.

auto_ptr<TransportMock> Protocols::Http::Testing::IdentityReadAllBodyReaderTest::transport [private]
 

Definition at line 42 of file IdentityReadAllBodyReaderTest.cpp.


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