public void GetAndCheckCurrentPropertyName() { CurrentPropertyManager.PreparePropertyAccess("prop"); Assert.That(CurrentPropertyManager.GetAndCheckCurrentPropertyName(), Is.EqualTo("prop")); }
public void GetAndCheckCurrentPropertyName_NoCurrentProperty() { CurrentPropertyManager.GetAndCheckCurrentPropertyName(); }