public void Clear_test() { Text.Text text = new Text.Text(); text.Add("Sentence"); text.Clear(); Assert.IsTrue(text.Sentences_amount() == 0); }