Beispiel #1
0
        public void TestMethod5()
        {
            ErrcheckTEST1 e        = new ErrcheckTEST1();
            bool          actual   = e.ErrCheck(".\\input2.txt");
            bool          expected = false;

            Assert.AreEqual(expected, actual);
        }
Beispiel #2
0
        public void TestMethod4()
        {
            ErrcheckTEST1 e        = new ErrcheckTEST1();
            bool          actual   = e.ErrCheck(".\\Input1.txt");
            bool          expected = true;

            Assert.AreEqual(expected, actual);
        }