Ejemplo n.º 1
0
 private void ConfigSkillMathcer()
 {
     SkillsMatcher = new SkillsMatcher();
 }
Ejemplo n.º 2
0
 public SkillMatcherTests(AlghorythmTestSeed testSeed)
 {
     _skillsMatcher  = testSeed.SkillsMatcher;
     _skillKnowledge = testSeed.SkillKnowledge;
     _splitedSkills  = testSeed.SplitedSkills;
 }