Hi all;
I am busy writing my own Media Provider implementation, I have been referencing the source code of the default File System Media Provider, and noticed the following line:
Thank you;
S
I am busy writing my own Media Provider implementation, I have been referencing the source code of the default File System Media Provider, and noticed the following line:
internal static string UnittestDataProviderName { get { return "FallbackUnittestMemoryDataProvider"; } }
I am trying to write tests for my media provider, and am interested in the approach to take for testing them. Are the unit tests that have been written by the Composite team available anywhere?Thank you;
S