Example #1
0
        public void GetStandardValuesTest()
        {
            AppSetGrid.CultureCls  target  = new AppSetGrid.CultureCls(); // TODO: Initialize to an appropriate value
            ITypeDescriptorContext context = null;                        // TODO: Initialize to an appropriate value

            TypeConverter.StandardValuesCollection expected = null;       // TODO: Initialize to an appropriate value
            TypeConverter.StandardValuesCollection actual;
            actual = target.GetStandardValues(context);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Example #2
0
 public void AppSetGrid_CultureClsConstructorTest()
 {
     AppSetGrid.CultureCls target = new AppSetGrid.CultureCls();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }