C# 클래스 Brunet.Util.AdrConverter.AdrTester

파일 보기 프로젝트 열기: pstjuste/brunet

공개 메소드들

메소드 설명
AdrEquals ( object o1, object o2 ) : bool
ArrayEquals ( Array a1, Array a2 ) : bool
DictEquals ( IDictionary d1, IDictionary d2 ) : bool
IListEquals ( IList l1, IList l2 ) : bool

보호된 메소드들

메소드 설명
AssertE ( object o, byte data, string message ) : void
AssertSD ( object o, string message ) : void

비공개 메소드들

메소드 설명
Test ( ) : void

메소드 상세

AdrEquals() 공개 메소드

public AdrEquals ( object o1, object o2 ) : bool
o1 object
o2 object
리턴 bool

ArrayEquals() 공개 메소드

public ArrayEquals ( Array a1, Array a2 ) : bool
a1 System.Array
a2 System.Array
리턴 bool

AssertE() 보호된 메소드

protected AssertE ( object o, byte data, string message ) : void
o object
data byte
message string
리턴 void

AssertSD() 보호된 메소드

protected AssertSD ( object o, string message ) : void
o object
message string
리턴 void

DictEquals() 공개 메소드

public DictEquals ( IDictionary d1, IDictionary d2 ) : bool
d1 IDictionary
d2 IDictionary
리턴 bool

IListEquals() 공개 메소드

public IListEquals ( IList l1, IList l2 ) : bool
l1 IList
l2 IList
리턴 bool