C# Class OpenIDE.CodeEngine.Core.Tests.Caching.ResultVerifier

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ResultVerifier() public méthode

public ResultVerifier ( IEnumerable list ) : System
list IEnumerable
Résultat System

Verify() public méthode

public Verify ( int index, FileFindResultType type, string path ) : void
index int
type FileFindResultType
path string
Résultat void

Verify() public méthode

public Verify ( int index, FileFindResultType type, string path, string projectPath ) : void
index int
type FileFindResultType
path string
projectPath string
Résultat void

VerifyCount() public méthode

public VerifyCount ( int count ) : void
count int
Résultat void