Ejemplo n.º 1
0
        public void AddInvitee_AddInstanceOfInviteeForEvent_True()
        {
            _newEvent.Save();
            ActionResult showPost = _controller.AddInvitee(_newEvent.GetId(), 0);

            Assert.IsInstanceOfType(showPost, typeof(ActionResult));
        }