C# Class Rhino.Drivers.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
HadErrors ( FilePath jsFile, ShellTest errors ) : void
HadErrors ( ShellTest errors ) : void
IsNegative ( ) : bool
OutputWas ( string s ) : void
Running ( FilePath jsFile ) : void
SetNegative ( ) : void
Threw ( Exception t ) : void
TimedOut ( ) : void

Private Methods

Méthode Description
Compose ( ShellTest array ) : ShellTest.Status

Method Details

ExitCodesWere() public abstract méthode

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

Failed() public abstract méthode

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

HadErrors() public méthode

public HadErrors ( FilePath jsFile, ShellTest errors ) : void
jsFile Sharpen.FilePath
errors ShellTest
Résultat void

HadErrors() public méthode

public HadErrors ( ShellTest errors ) : void
errors ShellTest
Résultat void

IsNegative() public méthode

public IsNegative ( ) : bool
Résultat bool

OutputWas() public abstract méthode

public abstract OutputWas ( string s ) : void
s string
Résultat void

Running() public abstract méthode

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

SetNegative() public méthode

public SetNegative ( ) : void
Résultat void

Threw() public abstract méthode

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

TimedOut() public abstract méthode

public abstract TimedOut ( ) : void
Résultat void