예제 #1
0
        public void clsProjections_clsProjectionConstructorTest1()
        {
            string iMainCateg = string.Empty; // TODO: Initialize to an appropriate value
            string iCategory  = string.Empty; // TODO: Initialize to an appropriate value
            string iName      = string.Empty; // TODO: Initialize to an appropriate value
            string iPROJ4     = string.Empty; // TODO: Initialize to an appropriate value
            string iESRIWKT   = string.Empty; // TODO: Initialize to an appropriate value
            string iSTDWKT    = string.Empty; // TODO: Initialize to an appropriate value

            clsProjections.clsProjection target = new clsProjections.clsProjection(iMainCateg, iCategory, iName, iPROJ4, iESRIWKT, iSTDWKT);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void FindProjectionByPROJ4Test()
        {
            clsProjections target   = new clsProjections(); // TODO: Initialize to an appropriate value
            string         proj4    = string.Empty;         // TODO: Initialize to an appropriate value
            bool           Tolerant = false;                // TODO: Initialize to an appropriate value

            clsProjections.clsProjection expected = null;   // TODO: Initialize to an appropriate value
            clsProjections.clsProjection actual;
            actual = target.FindProjectionByPROJ4(proj4, Tolerant);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
예제 #3
0
 public void clsProjections_clsProjectionConstructorTest()
 {
     clsProjections.clsProjection target = new clsProjections.clsProjection();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }