Ho un test unitario, che assomiglia a questo:
[Test]
public void Should_create_person()
{
Assert.DoesNotThrow(() => new Person(Guid.NewGuid(), new DateTime(1972, 01, 01));
}
Sto affermando che qui viene creato un oggetto Person, cio...
posta
29.01.2018 - 11:39