Пример #1
0
        public void Register_AfterStarting_ShouldDelegateToTournament()
        {
            _controller.Start();
            _controller.Register("id", "name", "ip");

            _tournament.ReceivedWithAnyArgs().RegisterPlayer(null);
        }