Skip to content

Commit 8995e38

Browse files
committed
Updated readme to new API method
1 parent ab3221e commit 8995e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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 =>
@@ -23,8 +23,8 @@
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

0 commit comments

Comments
 (0)