Пример #1
0
        public void DeserializationCallbackTest()
        {
            DockingService_Accessor target = new DockingService_Accessor(); // TODO: Initialize to an appropriate value
            object s = null;                                                // TODO: Initialize to an appropriate value
            DeserializationCallbackEventArgs e = null;                      // TODO: Initialize to an appropriate value

            target.DeserializationCallback(s, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #2
0
        public void ProjectViewerTest()
        {
            DockingService_Accessor target   = new DockingService_Accessor(); // TODO: Initialize to an appropriate value
            ProjectViewer           expected = null;                          // TODO: Initialize to an appropriate value
            ProjectViewer           actual;

            target.ProjectViewer = expected;
            actual = target.ProjectViewer;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #3
0
        public void StatusBarTest()
        {
            DockingService_Accessor    target   = new DockingService_Accessor(); // TODO: Initialize to an appropriate value
            WabbitcodeStatusBarService expected = null;                          // TODO: Initialize to an appropriate value
            WabbitcodeStatusBarService actual;

            target.StatusBar = expected;
            actual           = target.StatusBar;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #4
0
        public void OutputWindowTest()
        {
            DockingService_Accessor target   = new DockingService_Accessor(); // TODO: Initialize to an appropriate value
            OutputWindow            expected = null;                          // TODO: Initialize to an appropriate value
            OutputWindow            actual;

            target.OutputWindow = expected;
            actual = target.OutputWindow;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }