public void TestTryGetInternal() { MyValue value = myMetaCache.GetAndChange(); value.Value = "value1"; cloneMetaCache.Get().Should().Be(value); }
public void TestTryGetInternal() { MyValue value = myMetaCache.GetAndChange(); value.Value = "value1"; AssertionExtensions.Should((object)cloneMetaCache.Get()).Be(value); }