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