C# 클래스 NFluent.StreamCheckExtensions

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

공개 메소드들

메소드 설명
HasSameSequenceOfBytesAs ( this check, Stream expected ) : ICheckLink>

Checks that the actual stream has the same content as another one.

비공개 메소드들

메소드 설명
BuildNegatedMessage ( Stream expected, Stream value ) : MessageBlock
GenerateMessageWhenFullyDistinct ( Stream expected, IChecker checker, Stream value ) : MessageBlock
GenerateMessageWhenSameLenghtButDiffContent ( Stream expected, IChecker checker, Stream value ) : MessageBlock

메소드 상세

HasSameSequenceOfBytesAs() 공개 정적인 메소드

Checks that the actual stream has the same content as another one.
public static HasSameSequenceOfBytesAs ( this check, Stream expected ) : ICheckLink>
check this The fluent check to be extended.
expected System.IO.Stream The stream to compare content with.
리턴 ICheckLink>