C# 클래스 StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.MSTest.StatLightTestContext

상속: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
AddResultFile ( string fileName ) : void
BeginTimer ( string timerName ) : void
EndTimer ( string timerName ) : void
WriteLine ( string format ) : void

비공개 메소드들

메소드 설명
NotSupportedException ( string functionality ) : Exception
StatLightTestContext ( TestMethod testMethod ) : System

메소드 상세

AddResultFile() 공개 메소드

public AddResultFile ( string fileName ) : void
fileName string
리턴 void

BeginTimer() 공개 메소드

public BeginTimer ( string timerName ) : void
timerName string
리턴 void

EndTimer() 공개 메소드

public EndTimer ( string timerName ) : void
timerName string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format ) : void
format string
리턴 void