Exemplo n.º 1
0
        public void SayActionCallsCorrectActorAction()
        {
            var action = new Say(_testPlayer, "");

            Assert.Equal("say", action.Do().ToString());
        }