C# Class Apache.NMS.ActiveMQ.Test.OpenWire.BooleanStreamTest

Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
endOfStreamMarker int

Public Methods

Method Description
GetBooleanValueAllFalse ( int index, int count ) : bool
GetBooleanValueAllTrue ( int index, int count ) : bool
GetBooleanValueAlternateFalseTrue ( int index, int count ) : bool
GetBooleanValueAlternateTrueFalse ( int index, int count ) : bool

Protected Methods

Method Description
AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void

Private Methods

Method Description
TestBooleanMarshallingUsingAllFalse ( ) : void
TestBooleanMarshallingUsingAllTrue ( ) : void
TestBooleanMarshallingUsingAlternateFalseTrue ( ) : void
TestBooleanMarshallingUsingAlternateTrueFalse ( ) : void

Method Details

AssertMarshalBooleans() protected method

protected AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
count int
valueDelegate GetBooleanValueDelegate
return void

DoTestBooleanStream() protected method

protected DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void
numberOfBytes int
valueDelegate GetBooleanValueDelegate
return void

GetBooleanValueAllFalse() public method

public GetBooleanValueAllFalse ( int index, int count ) : bool
index int
count int
return bool

GetBooleanValueAllTrue() public method

public GetBooleanValueAllTrue ( int index, int count ) : bool
index int
count int
return bool

GetBooleanValueAlternateFalseTrue() public method

public GetBooleanValueAlternateFalseTrue ( int index, int count ) : bool
index int
count int
return bool

GetBooleanValueAlternateTrueFalse() public method

public GetBooleanValueAlternateTrueFalse ( int index, int count ) : bool
index int
count int
return bool

Property Details

endOfStreamMarker protected property

protected int endOfStreamMarker
return int