C# Class Bickle.ReSharper.BickleTestProvider

Inheritance: IUnitTestProvider
Afficher le fichier Open project: davidmfoley/bickle Class Usage Examples

Méthodes publiques

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

Method Details

BickleTestProvider() public méthode

public BickleTestProvider ( ) : System
Résultat System

CompareUnitTestElements() public méthode

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

Deserialize() public méthode

public Deserialize ( ISolution solution, string elementString ) : UnitTestElement
solution ISolution
elementString string
Résultat UnitTestElement

ExploreAssembly() public méthode

public ExploreAssembly ( IMetadataAssembly assembly, IProject project, UnitTestElementConsumer consumer ) : void
assembly IMetadataAssembly
project IProject
consumer UnitTestElementConsumer
Résultat void

ExploreExternal() public méthode

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

ExploreFile() public méthode

public ExploreFile ( IFile psiFile, UnitTestElementLocationConsumer consumer, CheckForInterrupt interrupted ) : void
psiFile IFile
consumer UnitTestElementLocationConsumer
interrupted CheckForInterrupt
Résultat void

ExploreSolution() public méthode

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

GetCustomOptionsControl() public méthode

public GetCustomOptionsControl ( ISolution solution ) : ProviderCustomOptionsControl
solution ISolution
Résultat ProviderCustomOptionsControl

GetTaskRunnerInfo() public méthode

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
Résultat RemoteTaskRunnerInfo

GetTaskSequence() public méthode

public GetTaskSequence ( UnitTestElement element, IList explicitElements ) : IList
element UnitTestElement
explicitElements IList
Résultat IList

IsElementOfKind() public méthode

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

IsElementOfKind() public méthode

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

Present() public méthode

public Present ( UnitTestElement element, IPresentableItem item, TreeModelNode node, PresentationState state ) : void
element UnitTestElement
item IPresentableItem
node TreeModelNode
state PresentationState
Résultat void

Serialize() public méthode

public Serialize ( UnitTestElement element ) : string
element UnitTestElement
Résultat string