C# 클래스 VisualCoverage.Core.Util.MikeParser

파일 보기 프로젝트 열기: jsargiot/visual-coverage 1 사용 예제들

공개 메소드들

메소드 설명
ExcludeFile ( String filename ) : void
ExcludeNamespace ( String ns ) : void
IncludeFile ( String filename ) : void
IncludeNamespace ( String ns ) : void
MikeParser ( ) : System
Parse ( String inputfiles ) : ProjectElement

비공개 메소드들

메소드 설명
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

메소드 상세

ExcludeFile() 공개 메소드

public ExcludeFile ( String filename ) : void
filename String
리턴 void

ExcludeNamespace() 공개 메소드

public ExcludeNamespace ( String ns ) : void
ns String
리턴 void

IncludeFile() 공개 메소드

public IncludeFile ( String filename ) : void
filename String
리턴 void

IncludeNamespace() 공개 메소드

public IncludeNamespace ( String ns ) : void
ns String
리턴 void

MikeParser() 공개 메소드

public MikeParser ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( String inputfiles ) : ProjectElement
inputfiles String
리턴 VisualCoverage.Core.Elements.ProjectElement