Beispiel #1
0
 public void GetAndCheckCurrentPropertyName()
 {
     CurrentPropertyManager.PreparePropertyAccess("prop");
     Assert.That(CurrentPropertyManager.GetAndCheckCurrentPropertyName(), Is.EqualTo("prop"));
 }
Beispiel #2
0
 public void GetAndCheckCurrentPropertyName_NoCurrentProperty()
 {
     CurrentPropertyManager.GetAndCheckCurrentPropertyName();
 }