public void conforms(string s, bool expected) { var d = new Day19(); d.GetInput(); d.ParseInput(d.Input); d.Conforms(s).Should().Be(expected); }