C# Класс Bickle.ReSharper.BickleTestProvider

Наследование: IUnitTestProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BickleTestProvider ( ) : System
CompareUnitTestElements ( UnitTestElement x, UnitTestElement y ) : int
Deserialize ( ISolution solution, string elementString ) : UnitTestElement
ExploreAssembly ( IMetadataAssembly assembly, IProject project, UnitTestElementConsumer consumer ) : void
ExploreExternal ( UnitTestElementConsumer consumer ) : void
ExploreFile ( IFile psiFile, UnitTestElementLocationConsumer consumer, CheckForInterrupt interrupted ) : void
ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
GetCustomOptionsControl ( ISolution solution ) : ProviderCustomOptionsControl
GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
GetTaskSequence ( UnitTestElement element, IList explicitElements ) : IList
IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
IsElementOfKind ( UnitTestElement element, UnitTestElementKind elementKind ) : bool
Present ( UnitTestElement element, IPresentableItem item, TreeModelNode node, PresentationState state ) : void
Serialize ( UnitTestElement element ) : string

Описание методов

BickleTestProvider() публичный метод

public BickleTestProvider ( ) : System
Результат System

CompareUnitTestElements() публичный метод

public CompareUnitTestElements ( UnitTestElement x, UnitTestElement y ) : int
x UnitTestElement
y UnitTestElement
Результат int

Deserialize() публичный метод

public Deserialize ( ISolution solution, string elementString ) : UnitTestElement
solution ISolution
elementString string
Результат UnitTestElement

ExploreAssembly() публичный метод

public ExploreAssembly ( IMetadataAssembly assembly, IProject project, UnitTestElementConsumer consumer ) : void
assembly IMetadataAssembly
project IProject
consumer UnitTestElementConsumer
Результат void

ExploreExternal() публичный метод

public ExploreExternal ( UnitTestElementConsumer consumer ) : void
consumer UnitTestElementConsumer
Результат void

ExploreFile() публичный метод

public ExploreFile ( IFile psiFile, UnitTestElementLocationConsumer consumer, CheckForInterrupt interrupted ) : void
psiFile IFile
consumer UnitTestElementLocationConsumer
interrupted CheckForInterrupt
Результат void

ExploreSolution() публичный метод

public ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
solution ISolution
consumer UnitTestElementConsumer
Результат void

GetCustomOptionsControl() публичный метод

public GetCustomOptionsControl ( ISolution solution ) : ProviderCustomOptionsControl
solution ISolution
Результат ProviderCustomOptionsControl

GetTaskRunnerInfo() публичный метод

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
Результат RemoteTaskRunnerInfo

GetTaskSequence() публичный метод

public GetTaskSequence ( UnitTestElement element, IList explicitElements ) : IList
element UnitTestElement
explicitElements IList
Результат IList

IsElementOfKind() публичный метод

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
Результат bool

IsElementOfKind() публичный метод

public IsElementOfKind ( UnitTestElement element, UnitTestElementKind elementKind ) : bool
element UnitTestElement
elementKind UnitTestElementKind
Результат bool

Present() публичный метод

public Present ( UnitTestElement element, IPresentableItem item, TreeModelNode node, PresentationState state ) : void
element UnitTestElement
item IPresentableItem
node TreeModelNode
state PresentationState
Результат void

Serialize() публичный метод

public Serialize ( UnitTestElement element ) : string
element UnitTestElement
Результат string