Exemplo n.º 1
0
        private void testGetType(ValueFactory vf, XType type)
        {
            Assert.AreSame(type, vf.GetType(type.Id));

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