C# Class Bickle.ReSharper.BickleTestProvider

Inheritance: IUnitTestProvider
Show file Open project: davidmfoley/bickle Class Usage Examples

Public Methods

Method 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 method

public BickleTestProvider ( ) : System
return System

CompareUnitTestElements() public method

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

Deserialize() public method

public Deserialize ( ISolution solution, string elementString ) : UnitTestElement
solution ISolution
elementString string
return UnitTestElement

ExploreAssembly() public method

public ExploreAssembly ( IMetadataAssembly assembly, IProject project, UnitTestElementConsumer consumer ) : void
assembly IMetadataAssembly
project IProject
consumer UnitTestElementConsumer
return void

ExploreExternal() public method

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

ExploreFile() public method

public ExploreFile ( IFile psiFile, UnitTestElementLocationConsumer consumer, CheckForInterrupt interrupted ) : void
psiFile IFile
consumer UnitTestElementLocationConsumer
interrupted CheckForInterrupt
return void

ExploreSolution() public method

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

GetCustomOptionsControl() public method

public GetCustomOptionsControl ( ISolution solution ) : ProviderCustomOptionsControl
solution ISolution
return ProviderCustomOptionsControl

GetTaskRunnerInfo() public method

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
return RemoteTaskRunnerInfo

GetTaskSequence() public method

public GetTaskSequence ( UnitTestElement element, IList explicitElements ) : IList
element UnitTestElement
explicitElements IList
return IList

IsElementOfKind() public method

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

IsElementOfKind() public method

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

Present() public method

public Present ( UnitTestElement element, IPresentableItem item, TreeModelNode node, PresentationState state ) : void
element UnitTestElement
item IPresentableItem
node TreeModelNode
state PresentationState
return void

Serialize() public method

public Serialize ( UnitTestElement element ) : string
element UnitTestElement
return string