Exemplo n.º 1
0
        public void RemovedGroupCallEventArgsConstructorTest()
        {
            BaseCreature creatureGroup       = null; // TODO: 初始化为适当的值
            BaseCreature creature            = null; // TODO: 初始化为适当的值
            RemovedGroupCallEventArgs target = new RemovedGroupCallEventArgs(creatureGroup, creature);

            Assert.Inconclusive("TODO: 实现用来验证目标的代码");
        }
Exemplo n.º 2
0
        public void RemoveGroupTest()
        {
            BaseCreature creatureGroup       = null;                                                   // TODO: 初始化为适当的值
            BaseCreature creature            = null;                                                   // TODO: 初始化为适当的值
            RemovedGroupCallEventArgs target = new RemovedGroupCallEventArgs(creatureGroup, creature); // TODO: 初始化为适当的值
            BaseCreature actual;

            actual = target.RemoveGroup;
            Assert.Inconclusive("验证此测试方法的正确性。");
        }