C# Class Brunet.Util.AdrConverter.AdrTester

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Méthode Description
AdrEquals ( object o1, object o2 ) : bool
ArrayEquals ( Array a1, Array a2 ) : bool
DictEquals ( IDictionary d1, IDictionary d2 ) : bool
IListEquals ( IList l1, IList l2 ) : bool

Méthodes protégées

Méthode Description
AssertE ( object o, byte data, string message ) : void
AssertSD ( object o, string message ) : void

Private Methods

Méthode Description
Test ( ) : void

Method Details

AdrEquals() public méthode

public AdrEquals ( object o1, object o2 ) : bool
o1 object
o2 object
Résultat bool

ArrayEquals() public méthode

public ArrayEquals ( Array a1, Array a2 ) : bool
a1 System.Array
a2 System.Array
Résultat bool

AssertE() protected méthode

protected AssertE ( object o, byte data, string message ) : void
o object
data byte
message string
Résultat void

AssertSD() protected méthode

protected AssertSD ( object o, string message ) : void
o object
message string
Résultat void

DictEquals() public méthode

public DictEquals ( IDictionary d1, IDictionary d2 ) : bool
d1 IDictionary
d2 IDictionary
Résultat bool

IListEquals() public méthode

public IListEquals ( IList l1, IList l2 ) : bool
l1 IList
l2 IList
Résultat bool