コード例 #1
0
 public override void SetUp()
 {
     base.SetUp();
     context = new PredictorContext(this);
     p = new Prediction().AddFilesTouchCountInCommitsPredictor();
     p.Init(this, new string[] { "1", "2" });
 }
コード例 #2
0
 public override void SetUp()
 {
     base.SetUp();
     context = new PredictorContext(this);
     p       = new Prediction().AddFilesTouchCountInCommitsPredictor();
     p.Init(this, new string[] { "1", "2" });
 }