public void FormatProcess_WidthValidInput_ReturnValue() { List <String> rawContent = new List <String>(); rawContent.Add("word"); PageLayoutFormatterHandler handler = new PageLayoutFormatterHandler(rawContent, 5); Assert.Greater(handler.FomrattedContent().Count, 0); }