C# Class Bike.Test.Extensions

Mostra file Open project: buunguyen/bike

Public Methods

Method 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

Method Description
Resolve ( string var, ScopeFrame scopeFrame ) : object
ToClrType ( object obj ) : object

Method Details

Equal() public static method

public static Equal ( this context, string var, object expected ) : InterpretationContext
context this
var string
expected object
return InterpretationContext

NotExist() public static method

public static NotExist ( this context, string var ) : InterpretationContext
context this
var string
return InterpretationContext

NotNull() public static method

public static NotNull ( this context, string var ) : InterpretationContext
context this
var string
return InterpretationContext

Null() public static method

public static Null ( this context, string var ) : InterpretationContext
context this
var string
return InterpretationContext