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

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

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

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