예제 #1
0
        public void GetAllRsvps_NoProblems_CallsEntityWrapperGetAllRsvps()
        {
            // setup

            // action
            _getHelper.GetAllRsvps();

            // assert
            _entityWrapper.Received().GetAllRsvps();
        }