/// <summary>
 /// There are no comments for Test7s in the schema.
 /// </summary>
 public void AddToTest7s(Test7s test7s)
 {
     base.AddObject("Test7s", test7s);
 }
 /// <summary>
 /// Create a new Test7s object.
 /// </summary>
 /// <param name="testId7">Initial value of TestId7.</param>
 /// <param name="runId3">Initial value of RunId3.</param>
 /// <param name="buildId">Initial value of BuildId.</param>
 /// <param name="name">Initial value of Name.</param>
 public static Test7s CreateTest7s(int testId7, int runId3, int buildId, string name)
 {
     Test7s test7s = new Test7s();
     test7s.TestId7 = testId7;
     test7s.RunId3 = runId3;
     test7s.BuildId = buildId;
     test7s.Name = name;
     return test7s;
 }