C# Класс Fanx.Tools.Fant

Fant .NET runtime.
Наследование: Tool
Показать файл Открыть проект

Открытые методы

Метод Описание
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