C# Class Rhino.Drivers.ShellTest.Status._Status_96

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

Méthodes publiques

Méthode Description
ExitCodesWere ( int expected, int actual ) : void
Failed ( string s ) : void
OutputWas ( string s ) : void
Running ( FilePath file ) : void
Threw ( Exception t ) : void
TimedOut ( ) : void
_Status_96 ( ShellTest array ) : 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 s ) : void
s 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

_Status_96() public méthode

public _Status_96 ( ShellTest array ) : System
array ShellTest
Résultat System