C# Class Machine.Specifications.ReSharperRunner.MSpecUnitTestProvider

Inheritance: IUnitTestProvider
Show file Open project: JorritSalverda/msbuild-by-convention Class Usage Examples

Public Methods

Method Description
CompareUnitTestElements ( IUnitTestElement x, IUnitTestElement y ) : int
ExploreExternal ( UnitTestElementConsumer consumer ) : void
ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
IsElementOfKind ( IUnitTestElement element, UnitTestElementKind elementKind ) : bool
IsSupported ( IHostProvider hostProvider ) : bool
MSpecUnitTestProvider ( ) : System.Diagnostics

Method Details

CompareUnitTestElements() public method

public CompareUnitTestElements ( IUnitTestElement x, IUnitTestElement y ) : int
x IUnitTestElement
y IUnitTestElement
return int

ExploreExternal() public method

public ExploreExternal ( UnitTestElementConsumer consumer ) : void
consumer UnitTestElementConsumer
return void

ExploreSolution() public method

public ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
solution ISolution
consumer UnitTestElementConsumer
return void

GetTaskRunnerInfo() public method

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
return RemoteTaskRunnerInfo

IsElementOfKind() public method

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
return bool

IsElementOfKind() public method

public IsElementOfKind ( IUnitTestElement element, UnitTestElementKind elementKind ) : bool
element IUnitTestElement
elementKind UnitTestElementKind
return bool

IsSupported() public method

public IsSupported ( IHostProvider hostProvider ) : bool
hostProvider IHostProvider
return bool

MSpecUnitTestProvider() public method

public MSpecUnitTestProvider ( ) : System.Diagnostics
return System.Diagnostics