public void BuildCard_Updates_BingoSquares_Buzzword() { target.BuildCard(buzzwords); int emptySquares = (from square in target.Squares where string.IsNullOrEmpty(square.Buzzword) select square).Count(); Assert.IsFalse(emptySquares > 0); }