Exemplo n.º 1
0
 [Test] public void Test_Type()
 {
     Tree t = new Tree();
     Assert.AreEqual("kixeye.bedrock.collections.Tree", t.GetType().FullName);
 }