| 19 | |
| 20 | protected: |
| 21 | virtual void SetUp() { |
| 22 | this->setS3InterfaceService(&mockS3Interface); |
| 23 | |
| 24 | testParams.setChunkSize(1000); |
| 25 | testParams.setCred({"accessid", "secret"}); |
| 26 | testParams.setNumOfChunks(3); |
| 27 | } |
| 28 | |
| 29 | virtual void TearDown() { |
| 30 | } |
nothing calls this directly
no test coverage detected