File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");
1010
1111 // Runs tests for the user tosamtest
12- testRunner.RunTests(paths: new List<string>() { "toscamtest" } );
12+ testRunner.RunTests(paths: "toscamtest");
1313
1414 var events = new List<@event>();
1515 testRunner.ConsumeResult(@event =>
2323 testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");
2424
2525 // Runs tests for the user tosamtest with coverage
26- testRunner.RunTestsWithCoverage(paths: new List<string>() { "toscamtest" } ,
27- coverageSchemas: new List<string>() { "toscam" } ,
26+ testRunner.RunTestsWithCoverage(path: "toscamtest",
27+ coverageSchema: "toscam",
2828 includeObjects: new List<string>() { "pa_m720", "pa_m770" },
2929 excludeObjects: null);
3030
You can’t perform that action at this time.
0 commit comments