C# Class VisualCoverage.Core.Util.MikeParser

Afficher le fichier Open project: jsargiot/visual-coverage Class Usage Examples

Méthodes publiques

Méthode Description
ExcludeFile ( String filename ) : void
ExcludeNamespace ( String ns ) : void
IncludeFile ( String filename ) : void
IncludeNamespace ( String ns ) : void
MikeParser ( ) : System
Parse ( String inputfiles ) : ProjectElement

Private Methods

Méthode Description
CreateIndexFiles ( DataTable origin, FileElement>.Dictionary dest ) : void
CreateIndexPackages ( ProjectElement project, DataTable origin, PackageElement>.Dictionary dest ) : void
JoinCoverageFiles ( String files ) : CoverageInfo
TestRegex ( string s, string pattern ) : bool

Method Details

ExcludeFile() public méthode

public ExcludeFile ( String filename ) : void
filename String
Résultat void

ExcludeNamespace() public méthode

public ExcludeNamespace ( String ns ) : void
ns String
Résultat void

IncludeFile() public méthode

public IncludeFile ( String filename ) : void
filename String
Résultat void

IncludeNamespace() public méthode

public IncludeNamespace ( String ns ) : void
ns String
Résultat void

MikeParser() public méthode

public MikeParser ( ) : System
Résultat System

Parse() public méthode

public Parse ( String inputfiles ) : ProjectElement
inputfiles String
Résultat VisualCoverage.Core.Elements.ProjectElement