コード例 #1
0
 public void CreateTest()
 {
     StyleController target = new StyleController(); // 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.");
 }
コード例 #2
0
 public void StyleControllerConstructorTest()
 {
     StyleController target = new StyleController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }