예제 #1
0
        public void TrainTest()
        {
            IRecognitionMethod target = CreateIRecognitionMethod(); // TODO: Initialize to an appropriate value
            bool expected             = false;                      // TODO: Initialize to an appropriate value
            bool actual;

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