C# 클래스 AspUnitRunner.Runner

Runs ASPUnit tests from the given URL and returns test results.
파일 보기 프로젝트 열기: mhenry07/ASPUnitRunner

공개 메소드들

메소드 설명
Create ( string address ) : IRunner

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

비공개 메소드들

메소드 설명
Run ( string testContainer ) : Results
Runner ( string baseUri ) : System
Runner ( string baseUri, ICredentials credentials ) : System

메소드 상세

Create() 공개 정적인 메소드

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