public void GetTypesTest()
 {
     BodyTypeController target = new BodyTypeController(); // 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.GetTypes(Clauses);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void BodyTypeControllerConstructorTest()
 {
     BodyTypeController target = new BodyTypeController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }