public void Valid() { Assert.HasExactly(3, new[] { 1, 2, 3, }); }
public void Invalid() { Assert.HasExactly(3, new[] { 1, 2, }); }