File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");
10
10
11
11
// Runs tests for the user tosamtest
12
- testRunner.RunTests(paths: new List<string>() { "toscamtest" } );
12
+ testRunner.RunTests(paths: "toscamtest");
13
13
14
14
var events = new List<@event>();
15
15
testRunner.ConsumeResult(@event =>
23
23
testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");
24
24
25
25
// 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",
28
28
includeObjects: new List<string>() { "pa_m720", "pa_m770" },
29
29
excludeObjects: null);
30
30
You can’t perform that action at this time.
0 commit comments