public void AddWorldTest() { ZoneClusterHandler target = new ZoneClusterHandler(); // TODO: 初始化为适当的值 WorldId worldID = null; // TODO: 初始化为适当的值 target.AddWorld(worldID); Assert.Inconclusive("无法验证不返回值的方法。"); }
public void ZoneClusterHandlerConstructorTest() { ZoneClusterHandler target = new ZoneClusterHandler(); Assert.Inconclusive("TODO: 实现用来验证目标的代码"); }