C# 클래스 NFluent.BooleanCheckExtensions

Provides check methods to be executed on a boolean value.
파일 보기 프로젝트 열기: tpierrain/NFluent

공개 메소드들

메소드 설명
IsFalse ( this check ) : ICheckLink>

Checks that the actual value is false.

IsTrue ( this check ) : ICheckLink>

Checks that the actual value is true.

메소드 상세

IsFalse() 공개 정적인 메소드

Checks that the actual value is false.
The actual value is not false.
public static IsFalse ( this check ) : ICheckLink>
check this The fluent check to be extended.
리턴 ICheckLink>

IsTrue() 공개 정적인 메소드

Checks that the actual value is true.
The actual value is not true.
public static IsTrue ( this check ) : ICheckLink>
check this The fluent check to be extended.
리턴 ICheckLink>