コード例 #1
0
ファイル: Engine.cs プロジェクト: jeroldhaas/ContinuousTests
 public void RunTests(TestScope scope)
 {
     _client.StartOnDemandRun(scope.ToInternal());
 }
コード例 #2
0
 public void RunTests(TestScope scope)
 {
     _client.StartOnDemandRun(scope.ToInternal());
 }