C# Class Machine.Specifications.ReSharperRunner.Presentation.Element

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

Méthodes publiques

Méthode Description
Equals ( IUnitTestElement other ) : bool
Equals ( object obj ) : bool
GetDeclaredElement ( ) : IDeclaredElement
GetDisposition ( ) : UnitTestElementDisposition
GetHashCode ( ) : int
GetNamespace ( ) : UnitTestNamespace
GetPresentation ( ) : string
GetPresentation ( IUnitTestElement unitTestElement ) : string
GetProject ( ) : IProject
GetProjectFiles ( ) : IEnumerable
GetRunStrategy ( IHostProvider hostProvider ) : IUnitTestRunStrategy
GetTaskSequence ( ICollection explicitElements, IUnitTestLaunch launch ) : IList
GetTitlePrefix ( ) : string
GetTypeClrName ( ) : IClrTypeName

Méthodes protégées

Méthode Description
Element ( MSpecUnitTestProvider provider, IPsi psiModuleManager, Machine.Specifications.ReSharperRunner.Shims.ICache cacheManager, Element parent, ProjectModelElementEnvoy projectEnvoy, IClrTypeName declaringTypeName, bool isIgnored ) : System
GetDeclaredType ( ) : ITypeElement

Private Methods

Méthode Description
AddChild ( Element behaviorElement ) : void
RemoveChild ( Element behaviorElement ) : void

Method Details

Element() protected méthode

protected Element ( MSpecUnitTestProvider provider, IPsi psiModuleManager, Machine.Specifications.ReSharperRunner.Shims.ICache cacheManager, Element parent, ProjectModelElementEnvoy projectEnvoy, IClrTypeName declaringTypeName, bool isIgnored ) : System
provider MSpecUnitTestProvider
psiModuleManager IPsi
cacheManager Machine.Specifications.ReSharperRunner.Shims.ICache
parent Element
projectEnvoy ProjectModelElementEnvoy
declaringTypeName IClrTypeName
isIgnored bool
Résultat System

Equals() public méthode

public Equals ( IUnitTestElement other ) : bool
other IUnitTestElement
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDeclaredElement() public abstract méthode

public abstract GetDeclaredElement ( ) : IDeclaredElement
Résultat IDeclaredElement

GetDeclaredType() protected méthode

protected GetDeclaredType ( ) : ITypeElement
Résultat ITypeElement

GetDisposition() public méthode

public GetDisposition ( ) : UnitTestElementDisposition
Résultat UnitTestElementDisposition

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNamespace() public méthode

public GetNamespace ( ) : UnitTestNamespace
Résultat UnitTestNamespace

GetPresentation() public abstract méthode

public abstract GetPresentation ( ) : string
Résultat string

GetPresentation() public méthode

public GetPresentation ( IUnitTestElement unitTestElement ) : string
unitTestElement IUnitTestElement
Résultat string

GetProject() public méthode

public GetProject ( ) : IProject
Résultat IProject

GetProjectFiles() public méthode

public GetProjectFiles ( ) : IEnumerable
Résultat IEnumerable

GetRunStrategy() public méthode

public GetRunStrategy ( IHostProvider hostProvider ) : IUnitTestRunStrategy
hostProvider IHostProvider
Résultat IUnitTestRunStrategy

GetTaskSequence() public méthode

public GetTaskSequence ( ICollection explicitElements, IUnitTestLaunch launch ) : IList
explicitElements ICollection
launch IUnitTestLaunch
Résultat IList

GetTitlePrefix() public méthode

public GetTitlePrefix ( ) : string
Résultat string

GetTypeClrName() public méthode

public GetTypeClrName ( ) : IClrTypeName
Résultat IClrTypeName