C# Class TechTalk.SpecFlow.TestRunnerManager.TestRunnerKey

Show file Open project: aqueduct/SpecflowWithNunitRunner

Public Properties

Property Type Description
Async bool
TestAssembly System.Reflection.Assembly

Public Methods

Method Description
Equals ( TestRunnerKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestRunnerKey ( Assembly testAssembly, bool asynca ) : System

Method Details

Equals() public method

public Equals ( TestRunnerKey other ) : bool
other TestRunnerKey
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestRunnerKey() public method

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

Property Details

Async public property

public bool Async
return bool

TestAssembly public property

public Assembly,System.Reflection TestAssembly
return System.Reflection.Assembly