示例#1
0
文件: TestMixin.cs 项目: NeoTim/etch
        private void testGetType(ValueFactory vf, XType type)
        {
            Assert.AreSame(type, vf.GetType(type.Id));

            Assert.AreSame(type, vf.GetType(type.Name));
        }