Example #1
0
 //This needs a valid model to run so we can assume it should always fail
 //indepth tests should be done manually
 public void GetPredictionTest()
 {
     Assert.IsFalse(controller.GetPrediction(new Models.PredictionInput()).Success);
 }