public void CommandCollectionTest()
 {
     car_madeTableAdapter_Accessor target = new car_madeTableAdapter_Accessor(); // TODO: Initialize to an appropriate value
     MySqlCommand[] actual;
     actual = target.CommandCollection;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void InitConnectionTest()
 {
     car_madeTableAdapter_Accessor target = new car_madeTableAdapter_Accessor(); // TODO: Initialize to an appropriate value
     target.InitConnection();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }