Пример #1
0
        public void ReadProjectionDatabaseTest()
        {
            clsProjectionDB_Accessor target = new clsProjectionDB_Accessor(); // TODO: Initialize to an appropriate value

            target.ReadProjectionDatabase();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #2
0
        public void OpenProjectionDatabaseTest()
        {
            clsProjectionDB_Accessor target = new clsProjectionDB_Accessor(); // TODO: Initialize to an appropriate value
            IATCTable expected = null;                                        // TODO: Initialize to an appropriate value
            IATCTable actual;

            actual = target.OpenProjectionDatabase();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }