/// <summary>
 /// There are no comments for Test6s in the schema.
 /// </summary>
 public void AddToTest6s(Test6s test6s)
 {
     base.AddObject("Test6s", test6s);
 }
 /// <summary>
 /// Create a new Test6s object.
 /// </summary>
 /// <param name="testId6">Initial value of TestId6.</param>
 /// <param name="runId2">Initial value of RunId2.</param>
 /// <param name="buildId">Initial value of BuildId.</param>
 /// <param name="name">Initial value of Name.</param>
 public static Test6s CreateTest6s(int testId6, int runId2, int buildId, string name)
 {
     Test6s test6s = new Test6s();
     test6s.TestId6 = testId6;
     test6s.RunId2 = runId2;
     test6s.BuildId = buildId;
     test6s.Name = name;
     return test6s;
 }