public void The_shortest_test() { Text.Text text = new Text.Text(); text.Add("message"); text.Add("message2"); text.Add("test"); //the shortest int result = text.The_shortest(); Assert.AreEqual(result, 4); }