C# 클래스 TechTalk.SpecFlow.TestRunnerManager.TestRunnerKey

파일 보기 프로젝트 열기: aqueduct/SpecflowWithNunitRunner

공개 프로퍼티들

프로퍼티 타입 설명
Async bool
TestAssembly System.Reflection.Assembly

공개 메소드들

메소드 설명
Equals ( TestRunnerKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestRunnerKey ( Assembly testAssembly, bool asynca ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( TestRunnerKey other ) : bool
other TestRunnerKey
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TestRunnerKey() 공개 메소드

public TestRunnerKey ( Assembly testAssembly, bool asynca ) : System
testAssembly System.Reflection.Assembly
asynca bool
리턴 System

프로퍼티 상세

Async 공개적으로 프로퍼티

public bool Async
리턴 bool

TestAssembly 공개적으로 프로퍼티

public Assembly,System.Reflection TestAssembly
리턴 System.Reflection.Assembly