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