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

Afficher le fichier Open project: ThorTech/apache-nms

Protected Properties

Свойство Type Description
endOfStreamMarker int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void

Private Methods

Méthode Description
TestBooleanMarshallingUsingAllFalse ( ) : void
TestBooleanMarshallingUsingAllTrue ( ) : void
TestBooleanMarshallingUsingAlternateFalseTrue ( ) : void
TestBooleanMarshallingUsingAlternateTrueFalse ( ) : void

Method Details

AssertMarshalBooleans() protected méthode

protected AssertMarshalBooleans ( int count, GetBooleanValueDelegate valueDelegate ) : void
count int
valueDelegate GetBooleanValueDelegate
Résultat void

DoTestBooleanStream() protected méthode

protected DoTestBooleanStream ( int numberOfBytes, GetBooleanValueDelegate valueDelegate ) : void
numberOfBytes int
valueDelegate GetBooleanValueDelegate
Résultat void

GetBooleanValueAllFalse() public méthode

public GetBooleanValueAllFalse ( int index, int count ) : bool
index int
count int
Résultat bool

GetBooleanValueAllTrue() public méthode

public GetBooleanValueAllTrue ( int index, int count ) : bool
index int
count int
Résultat bool

GetBooleanValueAlternateFalseTrue() public méthode

public GetBooleanValueAlternateFalseTrue ( int index, int count ) : bool
index int
count int
Résultat bool

GetBooleanValueAlternateTrueFalse() public méthode

public GetBooleanValueAlternateTrueFalse ( int index, int count ) : bool
index int
count int
Résultat bool

Property Details

endOfStreamMarker protected_oe property

protected int endOfStreamMarker
Résultat int