C# 클래스 Automata.Tests.MyTestContext

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

공개 메소드들

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

메소드 상세

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

MyTestContext() 공개 메소드

public MyTestContext ( ) : System
리턴 System

WriteLine() 공개 메소드

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