C# Class Rhino.Drivers.ShellTest

Show file Open project: hazzik/Rhino.Net Class Usage Examples

Public Properties

Property Type Description
DIRECTORY_FILTER FileFilter
TEST_FILTER FileFilter

Public Methods

Method Description
GetStackTrace ( Exception t ) : string
Options ( ) : string
Run ( ShellContextFactory shellContextFactory, FilePath jsFile, ShellTest parameters, ShellTest status ) : void

Private Methods

Method Description
CallStop ( Sharpen t ) : void
RunFileIfExists ( Context cx, Scriptable global, FilePath f ) : void

Method Details

GetStackTrace() public static method

public static GetStackTrace ( Exception t ) : string
t System.Exception
return string

Options() public static method

public static Options ( ) : string
return string

Run() public static method

public static Run ( ShellContextFactory shellContextFactory, FilePath jsFile, ShellTest parameters, ShellTest status ) : void
shellContextFactory Rhino.Tools.Shell.ShellContextFactory
jsFile Sharpen.FilePath
parameters ShellTest
status ShellTest
return void

Property Details

DIRECTORY_FILTER public static property

public static FileFilter DIRECTORY_FILTER
return FileFilter

TEST_FILTER public static property

public static FileFilter TEST_FILTER
return FileFilter