public void EqOnAndReturnsAnEqTagInAnAndTag() { var sut = new And(); sut.Eq(); sut.ToString().ShouldBe(@"<And><Eq /></And>"); }