Ejemplo n.º 1
0
 public void GetFuelTypesTest()
 {
     FuelController target = new FuelController(); // TODO: Initialize to an appropriate value
     string Clauses = string.Empty; // TODO: Initialize to an appropriate value
     DataTable expected = null; // TODO: Initialize to an appropriate value
     DataTable actual;
     actual = target.GetFuelTypes(Clauses);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Ejemplo n.º 2
0
 public void FuelControllerConstructorTest()
 {
     FuelController target = new FuelController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }