C# 클래스 OpenIDE.CodeEngine.Core.Tests.Caching.ResultVerifier

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
ResultVerifier ( IEnumerable list ) : System
Verify ( int index, FileFindResultType type, string path ) : void
Verify ( int index, FileFindResultType type, string path, string projectPath ) : void
VerifyCount ( int count ) : void

메소드 상세

ResultVerifier() 공개 메소드

public ResultVerifier ( IEnumerable list ) : System
list IEnumerable
리턴 System

Verify() 공개 메소드

public Verify ( int index, FileFindResultType type, string path ) : void
index int
type FileFindResultType
path string
리턴 void

Verify() 공개 메소드

public Verify ( int index, FileFindResultType type, string path, string projectPath ) : void
index int
type FileFindResultType
path string
projectPath string
리턴 void

VerifyCount() 공개 메소드

public VerifyCount ( int count ) : void
count int
리턴 void