Info
| Version: | 1.0.1 |
| Author(s): | Matthew Hamilton |
| Last Update: | Friday, October 18, 2013 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/mthamil/TFSTestCaseAutomator |
| NuGet Url: | https://www.nuget.org/packages/TestCaseAutomator.AutomationProviders.Interfaces |
Install
Install-Package TestCaseAutomator.AutomationProviders.Interfaces
dotnet add package TestCaseAutomator.AutomationProviders.Interfaces
paket add TestCaseAutomator.AutomationProviders.Interfaces
TestCaseAutomator.AutomationProviders.Interfaces Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
At a minimum, implementation of two types are necessary, one for the class that discovers automated tests
from a collection of sources, and the other a test-framework-specific representation of an automated test.