Exemplo n.º 1
0
 public void CannotCallCanHandleWithNullProperty()
 {
     Assert.Throws <ArgumentNullException>(() => _testClass.CanHandle(default(IPropertyModel), ClassModelProvider.Instance));
 }