public void InsertAt_ShouldSetTerminalFalse() { Root.InsertAt(0, Child); Assert.IsFalse(Root.Terminal); }