コード例 #1
0
 public void GetMakeTypeTest1()
 {
     CarBuildController target = new CarBuildController(); // TODO: Initialize to an appropriate value
     string WildCard = string.Empty; // TODO: Initialize to an appropriate value
     DataTable expected = null; // TODO: Initialize to an appropriate value
     DataTable actual;
     actual = target.GetMakeType(WildCard);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }