Пример #1
0
 public TestProgramBuilder WithTriads(TestSourceKey sourceKey)
 {
     Program.Triads = TestProgramsGenerator.GetTriads(sourceKey);
     Program.TriadsConditionIndexes = TestProgramsGenerator.GetTriadsConditionIndexes(sourceKey);
     return(this);
 }