public void CloseSocketTest() { ServiceHandle target = new ServiceHandle(); // TODO: 初始化为适当的值 target.CloseSocket(); Assert.Inconclusive("无法验证不返回值的方法。"); }
public void CloseSocketTest() { ServiceHandle target = new ServiceHandle(); // TODO: 初始化为适当的值 target.CloseSocket(); Assert.Inconclusive( "无法验证不返回值的方法。" ); }