Exemplo n.º 1
0
        public void LoadDataTest()
        {
            SelectionDataBaseControl_Accessor target = new SelectionDataBaseControl_Accessor(); // TODO: Initialize to an appropriate value
            object obj = null;                                                                  // TODO: Initialize to an appropriate value

            target.LoadData(obj);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 2
0
        public void DataBasesListViewSelectionChangedTest()
        {
            SelectionDataBaseControl_Accessor target = new SelectionDataBaseControl_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.DataBasesListViewSelectionChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }