Exemplo n.º 1
0
        public void SetUp()
        {
            _groupService = new Mock <IGroupService>(MockBehavior.Strict);
            _fixture      = new ParticipantController(_groupService.Object, new Mock <IUserImpersonationService>().Object, new Mock <IAuthenticationRepository>().Object);

            _fixture.SetupAuthorization(AuthType, AuthToken);
        }