コード例 #1
0
ファイル: NewBuild.cs プロジェクト: dlsteuer/bounce
 private void RunTests(IVisualStudioSolution sln, string testSuffix)
 {
     NUnit.Test(sln.Projects.Where(p => p.Name.EndsWith("." + testSuffix)).Select(p => p.OutputFile));
 }