Ejemplo n.º 1
0
        public void ServiceHandle_OnlineTimeTest()
        {
            IntPtr pClientHandlerAtServer = new IntPtr(); // TODO: 初始化为适当的值
            long   expected = 0;                          // TODO: 初始化为适当的值
            long   actual;

            actual = ServiceHandle_Accessor.ServiceHandle_OnlineTime(pClientHandlerAtServer);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("验证此测试方法的正确性。");
        }