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