Exemplo n.º 1
0
        public void ShotOffTargetEventsAppearInTimeline()
        {
            var sot = new ShotOffTarget(0, new Guid(), new Guid());

            Assert.True(sot.ShowInTimeline);
        }
Exemplo n.º 2
0
        public void ShotOffTargetEventHasCorrectName()
        {
            var sot = new ShotOffTarget(0, new Guid(), new Guid());

            Assert.Equal("Shot Off Target", sot.Name);
        }