Example #1
0
        public void TestMethod1()
        {
            string        path          = @"C:\Users\JUNAID SULTAN\Desktop\User1.bmp";
            LoginForm     loginform     = new LoginForm();
            ImageMatching imagematching = new ImageMatching();

            Assert.AreEqual(1, imagematching.matchtest());
        }
        public void TestMethod1()
        {
            ImageMatching im   = new ImageMatching();
            string        path = @"C:\Users\JUNAID SULTAN\Desktop\Junaid.bmp";

            im.testmethod(path);
            Assert.AreEqual(0, im.matchtest());
        }