#include <condition_variable>
#include <cstdio>
#include <iostream>
#include <string>
#include <boost/bind.hpp>
#include <aws/s3/S3Client.h>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <s3_common/s3_common_error_codes.h>
#include <s3_common/s3_facade.h>
#include <s3_common/s3_upload_manager.h>
Go to the source code of this file.
Classes | |
class | MockS3Facade |
class | S3UploadManagerTest |
Functions | |
TEST_F (S3UploadManagerTest, TestClientConfigConstructor) | |
TEST_F (S3UploadManagerTest, TestUploadFilesSuccess) | |
TEST_F (S3UploadManagerTest, TestUploadFilesFailsPutObjectFails) | |
TEST_F (S3UploadManagerTest, TestUploadFilesFailsWhileManagerUploading) | |
TEST_F (S3UploadManagerTest, TestCancelUpload) | |
TEST_F | ( | S3UploadManagerTest | , |
TestClientConfigConstructor | |||
) |
Definition at line 105 of file s3_upload_manager_test.cpp.
TEST_F | ( | S3UploadManagerTest | , |
TestUploadFilesSuccess | |||
) |
Definition at line 119 of file s3_upload_manager_test.cpp.
TEST_F | ( | S3UploadManagerTest | , |
TestUploadFilesFailsPutObjectFails | |||
) |
Definition at line 137 of file s3_upload_manager_test.cpp.
TEST_F | ( | S3UploadManagerTest | , |
TestUploadFilesFailsWhileManagerUploading | |||
) |
Definition at line 156 of file s3_upload_manager_test.cpp.
TEST_F | ( | S3UploadManagerTest | , |
TestCancelUpload | |||
) |
Definition at line 201 of file s3_upload_manager_test.cpp.