Example #1
0
        public async Task ThenShouldCallCohortDeleteWithCorrectParams()
        {
            var f = new WhenPostingConfirmDeleteDetailsTestFixture().SetConfirmDelete(true);
            await f.CohortController.Delete(f.AuthenticationService.Object, f.ConfirmDeleteViewModel);

            f.VerifyDeleteCohortWasCalledCorrectly();
        }