Пример #1
0
 public RatingCounterTests(AlghorythmTestSeed testSeed)
 {
     _ratingCounter = testSeed.RatingCounter;
     _cV            = testSeed.CV;
     _vacancy       = testSeed.Vacancy;
     _splitedSkills = testSeed.SkillsMatcher.MatchSkills(testSeed.SkillKnowledge, testSeed.SplitedSkills);
 }
Пример #2
0
 private void ConfigRatingCounter()
 {
     RatingCounter = new RatingCounter(_knowledgeScaleSteps);
 }