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