C# Class AspUnitRunner.Runner

Runs ASPUnit tests from the given URL and returns test results.
Datei anzeigen Open project: mhenry07/ASPUnitRunner

Public Methods

Method Description
Create ( string address ) : IRunner

Creates a new AspUnitRunner.IRunner instance with the specified address.

Private Methods

Method Description
Run ( string testContainer ) : Results
Runner ( string baseUri ) : System
Runner ( string baseUri, ICredentials credentials ) : System

Method Details

Create() public static method

Creates a new AspUnitRunner.IRunner instance with the specified address.
public static Create ( string address ) : IRunner
address string The URL for the ASPUnit tests.
return IRunner