Exemple #1
0
        public void PostEvaluationsScoringTest()
        {
            // TODO: add unit test for the method 'PostEvaluationsScoring'
            EvaluationFormAndScoringSet body = null; // TODO: replace null with proper value
            var response = instance.PostEvaluationsScoring(body);

            Assert.IsInstanceOf <EvaluationScoringSet> (response, "response is EvaluationScoringSet");
        }
 public void Init()
 {
     instance = new EvaluationFormAndScoringSet();
 }