Ejemplo n.º 1
0
 public void Then_ThrowsArgumentException()
 {
     ConfigureCacheManager.StoreCacheMangerItemsInDatabase("instance name").UsePartition(null);
 }
Ejemplo n.º 2
0
 public void Then_ThrowsArgumentException()
 {
     ConfigureCacheManager.StoreCacheMangerItemsInDatabase(null);
 }
Ejemplo n.º 3
0
 protected override void Act()
 {
     ConfigureCacheManager.StoreCacheMangerItemsInDatabase("database storage")
     .UseSharedDatabaseNamed("test connection");
 }
Ejemplo n.º 4
0
 protected override void Act()
 {
     ConfigureCacheManager.StoreCacheMangerItemsInDatabase("database storage")
     .EncryptUsing.SharedEncryptionProviderNamed("encryption provider");
 }
Ejemplo n.º 5
0
 protected override void Act()
 {
     ConfigureCacheManager.StoreCacheMangerItemsInDatabase("database storage")
     .UsePartition("partition");
 }