C# Class Fanx.Tools.Fant

Fant .NET runtime.
Inheritance: Tool
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
run ( string reserved ) : int
test ( string patterns, bool verbose ) : int
test ( string pattern, bool verbose ) : void

Private Methods

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

Method Details

run() public static méthode

public static run ( string reserved ) : int
reserved string
Résultat int

test() public méthode

public test ( string patterns, bool verbose ) : int
patterns string
verbose bool
Résultat int

test() public méthode

public test ( string pattern, bool verbose ) : void
pattern string
verbose bool
Résultat void