Exemplo n.º 1
0
        public void NotAllowSpeakersToBeShown()
        {
            var conference = new Conference(0, "", "", anonymousSessions: true);

            Assert.IsFalse(conference.CanShowSpeakers());
        }