Ejemplo n.º 1
0
        public void GetParticipantProfileScorecardByEvaluateeTest()
        {
            PerformanceService     service   = new PerformanceService();
            List <IpsQuestionInfo> questions = service.GetParticipantProfileScorecardByEvaluatee(72, 229, 217);

            Assert.IsFalse(questions != null);
        }