C# Class Rhino.Drivers.JsDriver.XmlStatus

Inheritance: ShellTest.Status
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ExitCodesWere ( int expected, int actual ) : void
expected int
actual int
Résultat void

Failed() public méthode

public Failed ( string s ) : void
s string
Résultat void

OutputWas() public méthode

public OutputWas ( string message ) : void
message string
Résultat void

Running() public méthode

public Running ( FilePath file ) : void
file Sharpen.FilePath
Résultat void

Threw() public méthode

public Threw ( Exception t ) : void
t System.Exception
Résultat void

TimedOut() public méthode

public TimedOut ( ) : void
Résultat void