C# 클래스 Apache.NMS.ActiveMQ.Test.OpenWire.BooleanStreamTest

파일 보기 프로젝트 열기: ThorTech/apache-nms

보호된 프로퍼티들

프로퍼티 타입 설명
endOfStreamMarker int

공개 메소드들

메소드 설명
GetBooleanValueAllFalse ( int index, int count ) : bool
GetBooleanValueAllTrue ( int index, int count ) : bool
GetBooleanValueAlternateFalseTrue ( int index, int count ) : bool
GetBooleanValueAlternateTrueFalse ( int index, int count ) : bool

보호된 메소드들

메소드 설명
AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void

비공개 메소드들

메소드 설명
TestBooleanMarshallingUsingAllFalse ( ) : void
TestBooleanMarshallingUsingAllTrue ( ) : void
TestBooleanMarshallingUsingAlternateFalseTrue ( ) : void
TestBooleanMarshallingUsingAlternateTrueFalse ( ) : void

메소드 상세

AssertMarshalBooleans() 보호된 메소드

protected AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
count int
valueDelegate GetBooleanValueDelegate
리턴 void

DoTestBooleanStream() 보호된 메소드

protected DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void
numberOfBytes int
valueDelegate GetBooleanValueDelegate
리턴 void

GetBooleanValueAllFalse() 공개 메소드

public GetBooleanValueAllFalse ( int index, int count ) : bool
index int
count int
리턴 bool

GetBooleanValueAllTrue() 공개 메소드

public GetBooleanValueAllTrue ( int index, int count ) : bool
index int
count int
리턴 bool

GetBooleanValueAlternateFalseTrue() 공개 메소드

public GetBooleanValueAlternateFalseTrue ( int index, int count ) : bool
index int
count int
리턴 bool

GetBooleanValueAlternateTrueFalse() 공개 메소드

public GetBooleanValueAlternateTrueFalse ( int index, int count ) : bool
index int
count int
리턴 bool

프로퍼티 상세

endOfStreamMarker 보호되어 있는 프로퍼티

protected int endOfStreamMarker
리턴 int