C# Class Rhino.Drivers.JsDriver.Arguments

显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Arguments ( ) : System
GetBugUrl ( ) : string
GetConsole ( ) : JsDriver.Arguments.Console
GetLxrUrl ( ) : string
GetOptimizationLevel ( ) : int
GetOutputFile ( ) : FilePath
GetSkipList ( ) : string[]
GetTestList ( ) : string[]
GetTestsPath ( ) : FilePath
GetTimeout ( ) : int
Help ( ) : bool
IsStrict ( ) : bool
LogFailuresToConsole ( ) : bool
Trace ( ) : bool

Private Methods

Method Description
Process ( IList arguments ) : void

Method Details

Arguments() public method

public Arguments ( ) : System
return System

GetBugUrl() public method

public GetBugUrl ( ) : string
return string

GetConsole() public method

public GetConsole ( ) : JsDriver.Arguments.Console
return JsDriver.Arguments.Console

GetLxrUrl() public method

public GetLxrUrl ( ) : string
return string

GetOptimizationLevel() public method

public GetOptimizationLevel ( ) : int
return int

GetOutputFile() public method

public GetOutputFile ( ) : FilePath
return FilePath

GetSkipList() public method

public GetSkipList ( ) : string[]
return string[]

GetTestList() public method

public GetTestList ( ) : string[]
return string[]

GetTestsPath() public method

public GetTestsPath ( ) : FilePath
return FilePath

GetTimeout() public method

public GetTimeout ( ) : int
return int

Help() public method

public Help ( ) : bool
return bool

IsStrict() public method

public IsStrict ( ) : bool
return bool

LogFailuresToConsole() public method

public LogFailuresToConsole ( ) : bool
return bool

Trace() public method

public Trace ( ) : bool
return bool