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; }
public void ChangeTestCaseValueObject(TestCaseValueObject testCaseValueObject) { this.TestCaseValueObject = testCaseValueObject; }