Exemplo n.º 1
0
 public ExecsPaths(TestsDataPaths testsDataPaths)
     : base(testsDataPaths, "execs")
 {
 }
Exemplo n.º 2
0
 public GenerateExeOutputsPaths(TestsDataPaths testsDataPaths)
     : base(testsDataPaths, "generate-exe-outputs")
 {
 }
Exemplo n.º 3
0
 public IlSourcesPaths(TestsDataPaths testsDataPaths)
     : base(testsDataPaths, "il-sources")
 {
 }