TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

Add a new IntegrationTestHelper class for buckets. #539

Closed 1010sachin closed 5 years ago

1010sachin commented 5 years ago

Goal

The goal of this PR is to provide a test helper class that can be use to extend the current Integration Test suite to test buckets api, when they are ready.

Implementation

NOTE This PR contains changes in the MantaClientIT.java to show the use of the class IntegrationTestHelper. The same changes can be propagated to the other classes when the buckets API code is ready for testing.

indianwhocodes commented 5 years ago

Merely a suggestion but you could update the copyright headers for all the changed files.