public void DynEntity_CreateTree() { EntityTree newTree = new EntityTree(new Point(50, 50), -2); Assert.IsNotNull(newTree); }