C# Class Fanx.Tools.Fant

Fant .NET runtime.
Inheritance: Tool
Show file Open project: xored/f4

Public Methods

Method Description
run ( string reserved ) : int
test ( string patterns, bool verbose ) : int
test ( string pattern, bool verbose ) : void

Private Methods

Method 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 method

public static run ( string reserved ) : int
reserved string
return int

test() public method

public test ( string patterns, bool verbose ) : int
patterns string
verbose bool
return int

test() public method

public test ( string pattern, bool verbose ) : void
pattern string
verbose bool
return void