Exemplo n.º 1
0
 public void IndexTest()
 {
     IRepository repository = null; // TODO: Initialize to an appropriate value
     WeddingController target = new WeddingController(repository); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Index();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }