Ejemplo n.º 1
0
        /// <summary>
        ///GetPacketID 的测试
        ///</summary>
        public void GetPacketIDTestHelper <WorldT>()
            where WorldT : BaseWorld, new()
        {
            ZoneCluster_Accessor <WorldT> target = new ZoneCluster_Accessor <WorldT>(); // TODO: 初始化为适当的值
            object sender = null;                                                       // TODO: 初始化为适当的值
            PacketIdInfoEventArgs eventArgs = null;                                     // TODO: 初始化为适当的值

            target.GetPacketID(sender, eventArgs);
            Assert.Inconclusive("无法验证不返回值的方法。");
        }