public void Valid() { Assert.HasElements(new[] { 1, }); }
public void Invalid() { Assert.HasElements(new int[] { }); }