Esempio n. 1
0
        public void GetPropertiesTest()
        {
            GlobalizedTypeConverter target  = new GlobalizedTypeConverter(); // TODO: Initialize to an appropriate value
            ITypeDescriptorContext  context = null;                          // TODO: Initialize to an appropriate value
            object value = null;                                             // TODO: Initialize to an appropriate value

            Attribute[] attributes = null;                                   // TODO: Initialize to an appropriate value
            PropertyDescriptorCollection expected = null;                    // TODO: Initialize to an appropriate value
            PropertyDescriptorCollection actual;

            actual = target.GetProperties(context, value, attributes);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
        public void GlobalizedTypeConverterConstructorTest()
        {
            GlobalizedTypeConverter target = new GlobalizedTypeConverter();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }