public void IsValidStringPart1Test(string input, bool expected) { var actual = day05.IsValidStringPart1(input); Assert.AreEqual(expected, actual); }