Example #1
0
 public void TestClear()
 {
     blob.store(0);
     blob.cached.shouldBeTrue();
     mappedBlob.clear();
     blob.cached.shouldBeFalse();
     mappedBlob.cached.shouldBeFalse();
 }
Example #2
0
 public Try <Unit> clear() => backing.clear();
Example #3
0
 public void SetUp()
 {
     blob.clear();
 }