示例#1
0
        public void TestGetCurrentGameStateWithNullChannelId()
        {
            GameState result = cut.GetCurrentGameState(null);

            Assert.IsNull(result);

            workflowRepository.VerifyNoOtherCalls();
        }