Пример #1
0
 public TestProgramBuilder WithSource(TestSourceKey sourceKey)
 {
     Program.Source = TestProgramsGenerator.GetSource(sourceKey);
     return(this);
 }