This class provides a proxy to the test stream that is supplied to the BSLX_TESTINSTREAM_EXCEPTION_TEST_BEGIN macro. This proxy may be instantiated with TestInStream, or with a type that supports the same interface as TestInStream.
Synopsis
Declared in <bslx_testinstream.h>
template<class BSLX_STREAM_TYPE>
class TestInStream_Proxy
: public TestInStream_ProxyBase
Base Classes
Name |
Description |
This class provides a common base class for the parameterized |
Member Functions
Name |
Description |
|
Create a proxy for the specified |
|
Destroy this object. |
|
Set the input limit on the proxied stream to the specified |
Non-Member Functions
Name |
Description |
Return, by value, a test stream proxy for the specified parameterized |
Created with MrDocs