16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_AVS_TEST_ATTACHMENT_COMMON_COMMON_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_AVS_TEST_ATTACHMENT_COMMON_COMMON_H_ 48 std::unique_ptr<avsCommon::utils::sds::InProcessSDS>
createSDS(
int size);
63 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_AVS_TEST_ATTACHMENT_COMMON_COMMON_H_ std::vector< uint8_t > createTestPattern(int patternSize)
Definition: Common.cpp:36
std::unique_ptr< InProcessSDS > createSDS(int desiredSize)
Definition: Common.cpp:29
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
static const std::string TEST_ATTACHMENT_ID_STRING_ONE
A test AttachmentId string.
Definition: Common.h:30
static const int TEST_SDS_BUFFER_SIZE_IN_BYTES
A test buffer size.
Definition: Common.h:36
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const std::string TEST_ATTACHMENT_ID_STRING_TWO
A second test AttachmentId string.
Definition: Common.h:32
static const int TEST_SDS_PARTIAL_READ_AMOUNT_IN_BYTES
A test buffer read size.
Definition: Common.h:40
static const int TEST_SDS_PARTIAL_WRITE_AMOUNT_IN_BYTES
A test buffer write size.
Definition: Common.h:38
static const std::string TEST_ATTACHMENT_ID_STRING_THREE
A third test AttachmentId string.
Definition: Common.h:34