Exemple #1
0
        public void OnFacesGotTest()
        {
            PreprocessingPanelControl_Accessor target = new PreprocessingPanelControl_Accessor(); // TODO: Initialize to an appropriate value

            target.OnFacesGot();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemple #2
0
        public void MainWindow_ImagesPreprocessedEventTest()
        {
            PreprocessingPanelControl_Accessor target = new PreprocessingPanelControl_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_ImagesPreprocessedEvent(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }