コード例 #1
0
 public void Then_ThrowsArgumentException()
 {
     ConfigureCacheManager.StoreInIsolatedStorage("");
 }
 protected override void Act()
 {
     ConfigureCacheManager.StoreInIsolatedStorage("isolated storage")
     .UsePartition("partition");
 }
 protected override void Act()
 {
     ConfigureCacheManager.StoreInIsolatedStorage("isolated storage")
     .EncryptUsing.SharedEncryptionProviderNamed("shared encryption provider");
 }
 protected override void Act()
 {
     ConfigureCacheManager.StoreInIsolatedStorage("isolated storage");
 }
 public void Then_ThrowsArgumentException()
 {
     ConfigureCacheManager.StoreInIsolatedStorage("isolated storage")
     .UsePartition(null);
 }