public void ThreadPoolTrainTest()
        {
            EigenFaceViewModel_Accessor target = new EigenFaceViewModel_Accessor(); // TODO: Initialize to an appropriate value

            target.ThreadPoolTrain();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void _trainTimer_ElapsedTest()
        {
            EigenFaceViewModel_Accessor target = new EigenFaceViewModel_Accessor(); // TODO: Initialize to an appropriate value
            object           sender            = null;                              // TODO: Initialize to an appropriate value
            ElapsedEventArgs e = null;                                              // TODO: Initialize to an appropriate value

            target._trainTimer_Elapsed(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }