public TestStorage()
 {
     Stats = new TestStorageStats()
     {
         Reads = -1
     };
 }
Exemple #2
0
 public TestStorage()
 {
     Stats = new TestStorageStats()
     {
         Reads = -1
     };
     InitializeState();
 }
 public TestStorage()
 {
     Stats = new TestStorageStats();
 }