C# 클래스 SPMeta2.Reverse.Tests.Services.VSAssertService

상속: SPMeta2.Containers.Services.AssertServiceBase
파일 보기 프로젝트 열기: SubPointSolutions/spmeta2-reverse

공개 메소드들

메소드 설명
AreEqual ( object expectedValue, bool actualValue ) : void
IsFalse ( bool value ) : void
IsInstanceOfType ( object value, Type type ) : void
IsNotNull ( object value ) : void

메소드 상세

AreEqual() 공개 메소드

public AreEqual ( object expectedValue, bool actualValue ) : void
expectedValue object
actualValue bool
리턴 void

IsFalse() 공개 메소드

public IsFalse ( bool value ) : void
value bool
리턴 void

IsInstanceOfType() 공개 메소드

public IsInstanceOfType ( object value, Type type ) : void
value object
type System.Type
리턴 void

IsNotNull() 공개 메소드

public IsNotNull ( object value ) : void
value object
리턴 void