public static void Y2015_Day05_IsNiceV2(string value, bool expected) { // Act bool actual = Day05.IsNiceV2(value); // Assert actual.ShouldBe(expected); }