PCLStorage
PCLStorage copied to clipboard
How to unit test?
Im trying to use this as part of a PCL which will be referenced by my app's core PCL. I'd like to write unit tests for the processes my library controls but Im not sure if there is a way to unit test the storage part.
Would I just mock the storage methods?
Thanks, Jason