CapRaffle.UnitTests.DrawWinnerControllerTests.Can_Display_Event_Rules C# (CSharp) Method

Can_Display_Event_Rules() private method

private Can_Display_Event_Rules ( ) : void
return void
        public void Can_Display_Event_Rules()
        {
            var result = controller.Rules(1);

            result.AssertPartialViewRendered().ForView("_Rules");
            Assert.IsInstanceOf(typeof(PartialViewResult), result);
        }