- Notifications
You must be signed in to change notification settings - Fork0
dotnet API for running utPLSQL v3+ unit tests from .net applications
License
NotificationsYou must be signed in to change notification settings
utPLSQL/utPLSQL-dotnet-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
.NET API for running utPLSQL v3+ unit tests from .NET applications
var testRunner = new RealTimeTestRunner();testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");// Runs tests for the user tosamtestvar events = new List<@event>();await testRunner.RunTestsAsync("toscamtest", @event =>{ events.Add(@event);});
var testRunner = new RealTimeTestRunner();testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");var events = new List<@event>();string htmlReport = await testRunner.RunTestsWithCoverageAsync(path: "toscamtest", consumer: @event => { events.Add(@event); }, coverageSchema: "toscam", includeObjects: new List<string>() { "pa_m720", "pa_m770" });
Releases are published to nuGet:https://www.nuget.org/packages/utPLSQL.Api/
Please file your bug reports, enhancement requests, questions and other support requests withinGithub's issue tracker.
- Describe your idea bysubmitting an issue
- Fork the utPLSQL-PLSQL-Developer respository
- Create a branch, commit and publish your changes and enhancements
- Create a pull request
- Open the utPLSQL.Api.sln solution in Visual Studio
- Build the solution
utPLSQL .NET API is licensed under the Apache License, Version 2.0.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0.
About
dotnet API for running utPLSQL v3+ unit tests from .net applications
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.