Пример #1
0
 public TestProgramBuilder WithPolis(TestSourceKey sourceKey)
 {
     Program.Polis = TestProgramsGenerator.GetPolis(sourceKey);
     Program.PolisConditionIndexes = TestProgramsGenerator.GetPolisConditionIndexes(sourceKey);
     return(this);
 }