C# 클래스 Bike.Test.Extensions

파일 보기 프로젝트 열기: buunguyen/bike

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Resolve ( string var, ScopeFrame scopeFrame ) : object
ToClrType ( object obj ) : object

메소드 상세

Equal() 공개 정적인 메소드

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

NotExist() 공개 정적인 메소드

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

NotNull() 공개 정적인 메소드

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

Null() 공개 정적인 메소드

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