C# Class Machine.Specifications.Result

Afficher le fichier Open project: machine/machine.specifications Class Usage Examples

Méthodes publiques

Méthode Description
ContextFailure ( Exception exception ) : Result
Failure ( Exception exception ) : Result
GetSupplement ( string name ) : string>.IDictionary
HasSupplement ( string name ) : bool
Ignored ( ) : Result
NotImplemented ( ) : Result
Pass ( ) : Result
Supplement ( Result result, string supplementName, string>.IDictionary supplement ) : Result

Private Methods

Méthode Description
Result ( Exception exception ) : System
Result ( Result result, string supplementName, string>.IDictionary supplement ) : System
Result ( Status status ) : System

Method Details

ContextFailure() public static méthode

public static ContextFailure ( Exception exception ) : Result
exception System.Exception
Résultat Result

Failure() public static méthode

public static Failure ( Exception exception ) : Result
exception System.Exception
Résultat Result

GetSupplement() public méthode

public GetSupplement ( string name ) : string>.IDictionary
name string
Résultat string>.IDictionary

HasSupplement() public méthode

public HasSupplement ( string name ) : bool
name string
Résultat bool

Ignored() public static méthode

public static Ignored ( ) : Result
Résultat Result

NotImplemented() public static méthode

public static NotImplemented ( ) : Result
Résultat Result

Pass() public static méthode

public static Pass ( ) : Result
Résultat Result

Supplement() public static méthode

public static Supplement ( Result result, string supplementName, string>.IDictionary supplement ) : Result
result Result
supplementName string
supplement string>.IDictionary
Résultat Result