Driven icon indicating copy to clipboard operation
Driven copied to clipboard

Create a Unified Test that will test all providers

Open bingzer opened this issue 10 years ago • 4 comments

A unitfied test that tests all providers with the same method calls and everything.

bingzer avatar Jun 02 '14 00:06 bingzer

have you continue research this project?i am very interesting.

wintonBy avatar Jun 14 '15 14:06 wintonBy

I stopped a while ago. Is there anything you would like to see? Feel free to contribute

bingzer avatar Jun 15 '15 00:06 bingzer

I plan to develop a soft that can put my files to multi-cloud providers. your project idea is same to me.So i want know that could this project run? and how?

wintonBy avatar Jun 15 '15 13:06 wintonBy

Yup. I used it to store customer's data to their Google Drive or Dropbox. Basically you have the main library containing interfaces in: com.bingzer.android.driven:driven To connect to GoogleDrive, you need to import: com.bingzer.android.driven:driven-gdrive. To connect to Dropbox, you need to import: com.bingzer.android.driven-dropbox. To connect to External Drive, import: com.bingzer.android.driven:driven-ext-drive (I used this mainly for testing the main library) There's a sample project you could check it out on how to connect.

bingzer avatar Jun 15 '15 14:06 bingzer