Exemplo n.º 1
0
 public void Ctor_ThrowsArgumentNull_Property()
 {
     // Arrange & Act & Assert
     ExceptionAssert.ThrowsArgumentNull(() => new FastPropertyAccessor <MyProps>(null), "property");
 }