Beispiel #1
0
        public void TestProviderNamesCount()
        {
            var all = VaultExtManager.GetProviders();

            // Make sure at least the local disk and the default
            Assert.IsTrue(all.Count() > 0);
        }
Beispiel #2
0
 public void TestDefaultProvider()
 {
     var p = VaultExtManager.GetProvider();
 }