Example #1
0
 public void should_match()
 {
     _property = ReflectionHelper.GetProperty <SomeObject>(o => o.SomeProperty);
     _binder.Matches(_property).ShouldBeTrue();
 }