コード例 #1
0
 public bool Run(IEnumerable <TestProject> projects, IEnumerable <TargetRelativePath> buildOutputs)
 {
     return(nunit.RunTests(projects.Select(project => new TargetRelativePath(project.Module.Name + ".tests", project.Name + ".dll"))));
 }