C# 클래스 Fanx.Tools.Fant

Fant .NET runtime.
상속: Tool
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
run ( string reserved ) : int
test ( string patterns, bool verbose ) : int
test ( string pattern, bool verbose ) : void

비공개 메소드들

메소드 설명
Fant ( ) : System.Collections
help ( ) : void
methods ( Type type, string methodName ) : Fan.Sys.Method[]
runTest ( Type type, Method method ) : int
tests ( Pod pod, string testName ) : Fan.Sys.Type[]
writeLine ( string s ) : void

메소드 상세

run() 공개 정적인 메소드

public static run ( string reserved ) : int
reserved string
리턴 int

test() 공개 메소드

public test ( string patterns, bool verbose ) : int
patterns string
verbose bool
리턴 int

test() 공개 메소드

public test ( string pattern, bool verbose ) : void
pattern string
verbose bool
리턴 void