예제 #1
0
            public void It_has_3_choices()
            {
                var choiceInfo  = new DummyChoiceEventInfo();
                var choiceEvent = new ChoiceEvent(choiceInfo);

                Assert.AreEqual(choiceEvent.Choices.Count, 3);
            }
예제 #2
0
        public void BeforeAll()
        {
            var choiceInfo = new DummyChoiceEventInfo();

            _choiceEvent = new ChoiceEvent(choiceInfo);
        }