//
        //You can use the following additional attributes as you write your tests:
        //
        //Use ClassInitialize to run code before running the first test in the class
        //[ClassInitialize()]
        //public static void MyClassInitialize(TestContext testContext)
        //{
        //}
        //
        //Use ClassCleanup to run code after all tests in a class have run
        //[ClassCleanup()]
        //public static void MyClassCleanup()
        //{
        //}
        //
        //Use TestInitialize to run code before running each test
        //[TestInitialize()]
        //public void MyTestInitialize()
        //{
        //}
        //
        //Use TestCleanup to run code after each test has run
        //[TestCleanup()]
        //public void MyTestCleanup()
        //{
        //}
        //
        #endregion


        internal virtual RecognizeMethodsViewModelBase_Accessor CreateRecognizeMethodsViewModelBase_Accessor()
        {
            // TODO: Instantiate an appropriate concrete class.
            RecognizeMethodsViewModelBase_Accessor target = null;

            return(target);
        }
        public void GetRecognizeFaceTest()
        {
            PrivateObject param0 = null;                                                                        // TODO: Initialize to an appropriate value
            RecognizeMethodsViewModelBase_Accessor target = new RecognizeMethodsViewModelBase_Accessor(param0); // TODO: Initialize to an appropriate value

            target.GetRecognizeFace();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void OnDrawRecognizedFacesTest()
        {
            PrivateObject param0 = null;                                                                        // TODO: Initialize to an appropriate value
            RecognizeMethodsViewModelBase_Accessor target = new RecognizeMethodsViewModelBase_Accessor(param0); // TODO: Initialize to an appropriate value
            double percentRecFaces = 0F;                                                                        // TODO: Initialize to an appropriate value

            target.OnDrawRecognizedFaces(percentRecFaces);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void SelectionRecognitionMethodViewModel_GetSelectedRecognizeMethodEventTest()
        {
            PrivateObject param0 = null;                                                                        // TODO: Initialize to an appropriate value
            RecognizeMethodsViewModelBase_Accessor target = new RecognizeMethodsViewModelBase_Accessor(param0); // TODO: Initialize to an appropriate value
            object sender = null;                                                                               // TODO: Initialize to an appropriate value
            RecognizeMethodEventArgs e = null;                                                                  // TODO: Initialize to an appropriate value

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