C# Класс Machine.Specifications.ReSharperRunner.Presentation.Element

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

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

Метод Описание
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

Защищенные методы

Метод Описание
Element ( MSpecUnitTestProvider provider, IPsi psiModuleManager, Machine.Specifications.ReSharperRunner.Shims.ICache cacheManager, Element parent, ProjectModelElementEnvoy projectEnvoy, IClrTypeName declaringTypeName, bool isIgnored ) : System
GetDeclaredType ( ) : ITypeElement

Приватные методы

Метод Описание
AddChild ( Element behaviorElement ) : void
RemoveChild ( Element behaviorElement ) : void

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

Element() защищенный Метод

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
Результат System

Equals() публичный Метод

public Equals ( IUnitTestElement other ) : bool
other IUnitTestElement
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetDeclaredElement() публичный абстрактный Метод

public abstract GetDeclaredElement ( ) : IDeclaredElement
Результат IDeclaredElement

GetDeclaredType() защищенный Метод

protected GetDeclaredType ( ) : ITypeElement
Результат ITypeElement

GetDisposition() публичный Метод

public GetDisposition ( ) : UnitTestElementDisposition
Результат UnitTestElementDisposition

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetNamespace() публичный Метод

public GetNamespace ( ) : UnitTestNamespace
Результат UnitTestNamespace

GetPresentation() публичный абстрактный Метод

public abstract GetPresentation ( ) : string
Результат string

GetPresentation() публичный Метод

public GetPresentation ( IUnitTestElement unitTestElement ) : string
unitTestElement IUnitTestElement
Результат string

GetProject() публичный Метод

public GetProject ( ) : IProject
Результат IProject

GetProjectFiles() публичный Метод

public GetProjectFiles ( ) : IEnumerable
Результат IEnumerable

GetRunStrategy() публичный Метод

public GetRunStrategy ( IHostProvider hostProvider ) : IUnitTestRunStrategy
hostProvider IHostProvider
Результат IUnitTestRunStrategy

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

public GetTaskSequence ( ICollection explicitElements, IUnitTestLaunch launch ) : IList
explicitElements ICollection
launch IUnitTestLaunch
Результат IList

GetTitlePrefix() публичный Метод

public GetTitlePrefix ( ) : string
Результат string

GetTypeClrName() публичный Метод

public GetTypeClrName ( ) : IClrTypeName
Результат IClrTypeName