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