public void AddSeveralWords() { _tree.Add("word"); _tree.Add("wiki"); _tree.GetWordsByPrefix("").Should().BeEquivalentTo("word", "wiki"); }