/// <summary> ///OnStart 的测试 ///</summary> [TestMethod()] [DeploymentItem("DataCenter.exe")] public void OnStartTest() { DataCenter_Accessor target = new DataCenter_Accessor(); // TODO: 初始化为适当的值 string[] args = null; // TODO: 初始化为适当的值 target.OnStart(args); while (true) { Thread.Sleep(20000000); } // Assert.Inconclusive("无法验证不返回值的方法。"); }
我用Fiddler请求验证的时候
返回错误:
这是你服务端程序内部错误,建议先把服务端代码测试通过,再用客户端模拟。