openstack.net icon indicating copy to clipboard operation
openstack.net copied to clipboard

Add interface for CloudFilesProvider for testing purposes (IOC)

Open janv8000 opened this issue 11 years ago • 1 comments

For testing purposes I would like to replace a CloudFilesProvider instance with my own type saving files to the local filesystem, using an IOC container like Autofac, Castle Windsor, ...

I could use the IObjectStorageProvider interface that CloudFilesProvider implements, but this interface does not contain the method ExtractArchiveFromFile...

Is it possible to add an interface containing those extra methods?

janv8000 avatar Apr 14 '14 09:04 janv8000

We're working on solutions to address the testing concerns from multiple fronts. This issue will likely be resolved alongside or shortly after #241.

sharwell avatar Apr 14 '14 10:04 sharwell