示例#1
0
        public void selectEvenImageBtn_ClickTest()
        {
            SelectionTrainTestImagesControl_Accessor target = new SelectionTrainTestImagesControl_Accessor(); // TODO: Initialize to an appropriate value
            object          sender = null;                                                                    // TODO: Initialize to an appropriate value
            RoutedEventArgs e      = null;                                                                    // TODO: Initialize to an appropriate value

            target.selectEvenImageBtn_Click(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#2
0
        public void TestImageListView_SelectionChangedTest()
        {
            SelectionTrainTestImagesControl_Accessor target = new SelectionTrainTestImagesControl_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.TestImageListView_SelectionChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }