C# Class Machine.Specifications.ReSharperRunner.MSpecUnitTestProvider

Inheritance: IUnitTestProvider
Afficher le fichier Open project: JorritSalverda/msbuild-by-convention Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CompareUnitTestElements ( IUnitTestElement x, IUnitTestElement y ) : int
x IUnitTestElement
y IUnitTestElement
Résultat int

ExploreExternal() public méthode

public ExploreExternal ( UnitTestElementConsumer consumer ) : void
consumer UnitTestElementConsumer
Résultat void

ExploreSolution() public méthode

public ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
solution ISolution
consumer UnitTestElementConsumer
Résultat void

GetTaskRunnerInfo() public méthode

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
Résultat RemoteTaskRunnerInfo

IsElementOfKind() public méthode

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
Résultat bool

IsElementOfKind() public méthode

public IsElementOfKind ( IUnitTestElement element, UnitTestElementKind elementKind ) : bool
element IUnitTestElement
elementKind UnitTestElementKind
Résultat bool

IsSupported() public méthode

public IsSupported ( IHostProvider hostProvider ) : bool
hostProvider IHostProvider
Résultat bool

MSpecUnitTestProvider() public méthode

public MSpecUnitTestProvider ( ) : System.Diagnostics
Résultat System.Diagnostics