C# 클래스 ReSharper.XUnitTestProvider.XunitTestProvider

파일 보기 프로젝트 열기: hazzik/ReSharper.XUnitTestRunner 1 사용 예제들

공개 메소드들

메소드 설명
CompareUnitTestElements ( IUnitTestElement x, IUnitTestElement y ) : int
ExploreExternal ( UnitTestElementConsumer consumer ) : void
ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
IsElementOfKind ( IUnitTestElement element, UnitTestElementKind elementKind ) : bool
IsSupported ( IHostProvider hostProvider ) : bool

비공개 메소드들

메소드 설명
XunitTestProvider ( ) : JetBrains.Annotations

메소드 상세

CompareUnitTestElements() 공개 메소드

public CompareUnitTestElements ( IUnitTestElement x, IUnitTestElement y ) : int
x IUnitTestElement
y IUnitTestElement
리턴 int

ExploreExternal() 공개 메소드

public ExploreExternal ( UnitTestElementConsumer consumer ) : void
consumer UnitTestElementConsumer
리턴 void

ExploreSolution() 공개 메소드

public ExploreSolution ( ISolution solution, UnitTestElementConsumer consumer ) : void
solution ISolution
consumer UnitTestElementConsumer
리턴 void

GetTaskRunnerInfo() 공개 메소드

public GetTaskRunnerInfo ( ) : RemoteTaskRunnerInfo
리턴 RemoteTaskRunnerInfo

IsElementOfKind() 공개 메소드

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
리턴 bool

IsElementOfKind() 공개 메소드

public IsElementOfKind ( IUnitTestElement element, UnitTestElementKind elementKind ) : bool
element IUnitTestElement
elementKind UnitTestElementKind
리턴 bool

IsSupported() 공개 메소드

public IsSupported ( IHostProvider hostProvider ) : bool
hostProvider IHostProvider
리턴 bool