Exemplo n.º 1
0
 public void AddOrUpdate_NullKeyValuePassed_ShouldThrowArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => _memCache.AddOrUpdate(null, "somedata"));
 }