public void GetStandardValuesTest()
        {
            PrjSetGrid.MainCategoryCls target  = new PrjSetGrid.MainCategoryCls(); // 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.");
        }
 public void PrjSetGrid_MainCategoryClsConstructorTest()
 {
     PrjSetGrid.MainCategoryCls target = new PrjSetGrid.MainCategoryCls();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }