public void TET_Struc_TreeComponent_DefaultValue_Entity() { ITreeComponent component = new Folder(); Assert.IsTrue(component.ComponentType == TreeComponentType.Node); Assert.IsTrue(component.CountNodes() == 1); Assert.IsTrue(component.IsFullLoaded); Assert.IsTrue(component.TreeComponentParent == null); }