Ejemplo n.º 1
0
 public TestCase(string name, short sort, string codeContent, string operCode, DateTimeOffset operTime,
                 TestCaseValueObject testCaseValueObject)
 {
     this.Name                = name;
     this.Sort                = sort;
     this.CodeContent         = codeContent;
     this.OperCode            = operCode;
     this.OperTime            = operTime;
     this.TestCaseValueObject = testCaseValueObject;
 }
Ejemplo n.º 2
0
 public void ChangeTestCaseValueObject(TestCaseValueObject testCaseValueObject)
 {
     this.TestCaseValueObject = testCaseValueObject;
 }