C# 클래스 TestWrapper.MSTestRunner

상속: ITestRunner
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
MSTestRunner ( string executable, string arguments ) : System
RunTests ( IEnumerable tests ) : ResultsSummary
ToString ( ) : string

비공개 메소드들

메소드 설명
GetAdditionalArgs ( IEnumerable tests ) : string
ParseMSTestOutput ( string output ) : ResultsSummary

메소드 상세

MSTestRunner() 공개 메소드

public MSTestRunner ( string executable, string arguments ) : System
executable string
arguments string
리턴 System

RunTests() 공개 메소드

public RunTests ( IEnumerable tests ) : ResultsSummary
tests IEnumerable
리턴 ResultsSummary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string