Ejemplo n.º 1
0
        public void GetUserScorecardTest()
        {
            PerformanceService service = new PerformanceService();
            List <int>         ids     = new List <int>()
            {
                246
            };
            List <IpsQuestionInfo> questions = service.GetParticipantProfileScorecard(77, ids);

            Assert.IsFalse(questions != null);
        }