Esempio n. 1
0
        public void BaseProjectionsTest()
        {
            clsProjectionDB target = new clsProjectionDB(); // TODO: Initialize to an appropriate value
            Hashtable       actual;

            actual = target.BaseProjections;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
        public void AddCustomProjectionTest()
        {
            clsProjectionDB target           = new clsProjectionDB(); // TODO: Initialize to an appropriate value
            string          aName            = string.Empty;          // TODO: Initialize to an appropriate value
            string          aProjectionClass = string.Empty;          // TODO: Initialize to an appropriate value
            string          aZone            = string.Empty;          // TODO: Initialize to an appropriate value
            string          aSpheroid        = string.Empty;          // TODO: Initialize to an appropriate value
            string          D1 = string.Empty;                        // TODO: Initialize to an appropriate value
            string          D2 = string.Empty;                        // TODO: Initialize to an appropriate value
            string          D3 = string.Empty;                        // TODO: Initialize to an appropriate value
            string          D4 = string.Empty;                        // TODO: Initialize to an appropriate value
            string          D5 = string.Empty;                        // TODO: Initialize to an appropriate value
            string          D6 = string.Empty;                        // TODO: Initialize to an appropriate value

            target.AddCustomProjection(aName, aProjectionClass, aZone, aSpheroid, D1, D2, D3, D4, D5, D6);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Esempio n. 3
0
        public void clsProjectionDBConstructorTest()
        {
            clsProjectionDB target = new clsProjectionDB();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }