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

            target.OnClearRecognizedFacesPanel();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void CreateControlTest()
        {
            SelectionRecognitionMethodControl_Accessor target = new SelectionRecognitionMethodControl_Accessor(); // TODO: Initialize to an appropriate value
            int selectedMethodControl = 0;                                                                        // TODO: Initialize to an appropriate value

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

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