Google Cloud C++ Client
2.7.0
C++ Client Library for Google Cloud Platform
|
Contains helpers for testing the Google Cloud C++ Client Libraries. More...
Functions | |
template<typename T > | |
StreamRange< T > | MakeStreamRange (std::vector< T > values, Status final_status={}) |
Construct a StreamRange<T> for use in tests. More... | |
Contains helpers for testing the Google Cloud C++ Client Libraries.
The symbols defined in this namespace are offered for public consumption. They are not just for maintainers of the client library.
StreamRange<T> google::cloud::mocks::MakeStreamRange | ( | std::vector< T > | values, |
Status | final_status = {} |
||
) |
Construct a StreamRange<T>
for use in tests.
values | The successfully returned T values. |
final_status | The final Status of the range. Defaults to an OK Status. |
Definition at line 52 of file mock_stream_range.h.