C# 클래스 ApprovalTests.Utilities.TestCounter

파일 보기 프로젝트 열기: approvals/ApprovalTests.Net

공개 메소드들

메소드 설명
Increment ( string file ) : void
IncrementFailure ( ) : void
IncrementSuccess ( ) : void
Launch ( string java, string jar ) : void
Reset ( ) : void
ResetAndLaunch ( string counterDisplayJar ) : void
ResetAndLaunch ( string javaPath, string counterDisplayJar ) : void
Track ( System.Action test ) : void

비공개 메소드들

메소드 설명
LaunchProgram ( string program, string arguments ) : void

메소드 상세

Increment() 공개 정적인 메소드

public static Increment ( string file ) : void
file string
리턴 void

IncrementFailure() 공개 정적인 메소드

public static IncrementFailure ( ) : void
리턴 void

IncrementSuccess() 공개 정적인 메소드

public static IncrementSuccess ( ) : void
리턴 void

Launch() 공개 정적인 메소드

public static Launch ( string java, string jar ) : void
java string
jar string
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

ResetAndLaunch() 공개 정적인 메소드

public static ResetAndLaunch ( string counterDisplayJar ) : void
counterDisplayJar string
리턴 void

ResetAndLaunch() 공개 정적인 메소드

public static ResetAndLaunch ( string javaPath, string counterDisplayJar ) : void
javaPath string
counterDisplayJar string
리턴 void

Track() 공개 정적인 메소드

public static Track ( System.Action test ) : void
test System.Action
리턴 void