openstack.net
openstack.net copied to clipboard
Add interface for CloudFilesProvider for testing purposes (IOC)
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?
We're working on solutions to address the testing concerns from multiple fronts. This issue will likely be resolved alongside or shortly after #241.