Exemplo n.º 1
0
 public void CreateTest()
 {
     RatingController target = new RatingController(); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Create();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Exemplo n.º 2
0
 public void RatingControllerConstructorTest()
 {
     RatingController target = new RatingController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }