C# Class Bike.Test.Extensions

Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode Description
Equal ( this context, string var, object expected ) : InterpretationContext
NotExist ( this context, string var ) : InterpretationContext
NotNull ( this context, string var ) : InterpretationContext
Null ( this context, string var ) : InterpretationContext

Private Methods

Méthode Description
Resolve ( string var, ScopeFrame scopeFrame ) : object
ToClrType ( object obj ) : object

Method Details

Equal() public static méthode

public static Equal ( this context, string var, object expected ) : InterpretationContext
context this
var string
expected object
Résultat InterpretationContext

NotExist() public static méthode

public static NotExist ( this context, string var ) : InterpretationContext
context this
var string
Résultat InterpretationContext

NotNull() public static méthode

public static NotNull ( this context, string var ) : InterpretationContext
context this
var string
Résultat InterpretationContext

Null() public static méthode

public static Null ( this context, string var ) : InterpretationContext
context this
var string
Résultat InterpretationContext