C# Class Rhino.Drivers.JsDriver.XmlStatus

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

Public Methods

Method Description
ExitCodesWere ( int expected, int actual ) : void
Failed ( string s ) : void
OutputWas ( string message ) : void
Running ( FilePath file ) : void
Threw ( Exception t ) : void
TimedOut ( ) : void

Private Methods

Method Description
CreateElement ( XmlElement parent, string name ) : XmlElement
Finish ( ) : void
SetTextContent ( XmlElement e, string content ) : void
XmlStatus ( string path, XmlElement root ) : System

Method Details

ExitCodesWere() public method

public ExitCodesWere ( int expected, int actual ) : void
expected int
actual int
return void

Failed() public method

public Failed ( string s ) : void
s string
return void

OutputWas() public method

public OutputWas ( string message ) : void
message string
return void

Running() public method

public Running ( FilePath file ) : void
file Sharpen.FilePath
return void

Threw() public method

public Threw ( Exception t ) : void
t System.Exception
return void

TimedOut() public method

public TimedOut ( ) : void
return void