Beispiel #1
0
        public void OnGetSelectedRecMethodTest()
        {
            SelectionRecognitionMethodViewModel_Accessor target = new SelectionRecognitionMethodViewModel_Accessor(); // TODO: Initialize to an appropriate value

            target.OnGetSelectedRecMethod();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #2
0
        public void SaveMethodTest()
        {
            SelectionRecognitionMethodViewModel_Accessor target = new SelectionRecognitionMethodViewModel_Accessor(); // TODO: Initialize to an appropriate value
            string name = string.Empty;                                                                               // TODO: Initialize to an appropriate value

            target.SaveMethod(name);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }