C# Class Test.DhtOpTester

Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Méthode Description
ArrayComparer ( byte array0, byte array1 ) : bool
ArrayToString ( byte array ) : string
CheckAllConnections ( ) : bool
Init ( ) : void
Main ( ) : void
ParallelCreate ( byte key, byte value, int ttl, bool expected_result, int &op ) : void
ParallelGet ( byte key, byte result, int &op ) : void
ParallelPut ( byte key, byte value, int ttl, bool expected_result, int &op ) : void
SerialAsyncGet ( byte key, byte results, int op ) : void
SerialAsyncGet ( object data ) : void
SerialCreate ( byte key, byte value, int ttl, bool expected_result, int op ) : void
SerialCreate ( object data ) : void
SerialGet ( byte key, byte results, int op ) : void
SerialGet ( object data ) : void
SerialPut ( byte key, byte value, int ttl, bool expected_result, int op ) : void
SerialPut ( object data ) : void
Shutdown ( ) : void
SystemTest ( ) : void
Test0 ( int &op ) : void
Test1 ( int &op ) : void
Test10 ( int &op ) : void
Test11 ( int &op ) : void
Test12 ( int &op ) : void
Test13 ( int &op ) : void
Test14 ( int &op ) : void
Test2 ( int &op ) : void
Test3 ( int &op ) : void
Test4 ( int &op ) : void
Test5 ( int &op ) : void
Test6 ( int &op ) : void
Test7 ( int &op ) : void
Test8 ( int &op ) : void
Test9 ( int &op ) : void

Method Details

ArrayComparer() public static méthode

public static ArrayComparer ( byte array0, byte array1 ) : bool
array0 byte
array1 byte
Résultat bool

ArrayToString() public static méthode

public static ArrayToString ( byte array ) : string
array byte
Résultat string

CheckAllConnections() public méthode

public CheckAllConnections ( ) : bool
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

Main() public static méthode

public static Main ( ) : void
Résultat void

ParallelCreate() public méthode

public ParallelCreate ( byte key, byte value, int ttl, bool expected_result, int &op ) : void
key byte
value byte
ttl int
expected_result bool
op int
Résultat void

ParallelGet() public méthode

public ParallelGet ( byte key, byte result, int &op ) : void
key byte
result byte
op int
Résultat void

ParallelPut() public méthode

public ParallelPut ( byte key, byte value, int ttl, bool expected_result, int &op ) : void
key byte
value byte
ttl int
expected_result bool
op int
Résultat void

SerialAsyncGet() public méthode

public SerialAsyncGet ( byte key, byte results, int op ) : void
key byte
results byte
op int
Résultat void

SerialAsyncGet() public méthode

public SerialAsyncGet ( object data ) : void
data object
Résultat void

SerialCreate() public méthode

public SerialCreate ( byte key, byte value, int ttl, bool expected_result, int op ) : void
key byte
value byte
ttl int
expected_result bool
op int
Résultat void

SerialCreate() public méthode

public SerialCreate ( object data ) : void
data object
Résultat void

SerialGet() public méthode

public SerialGet ( byte key, byte results, int op ) : void
key byte
results byte
op int
Résultat void

SerialGet() public méthode

public SerialGet ( object data ) : void
data object
Résultat void

SerialPut() public méthode

public SerialPut ( byte key, byte value, int ttl, bool expected_result, int op ) : void
key byte
value byte
ttl int
expected_result bool
op int
Résultat void

SerialPut() public méthode

public SerialPut ( object data ) : void
data object
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

SystemTest() public méthode

public SystemTest ( ) : void
Résultat void

Test0() public méthode

public Test0 ( int &op ) : void
op int
Résultat void

Test1() public méthode

public Test1 ( int &op ) : void
op int
Résultat void

Test10() public méthode

public Test10 ( int &op ) : void
op int
Résultat void

Test11() public méthode

public Test11 ( int &op ) : void
op int
Résultat void

Test12() public méthode

public Test12 ( int &op ) : void
op int
Résultat void

Test13() public méthode

public Test13 ( int &op ) : void
op int
Résultat void

Test14() public méthode

public Test14 ( int &op ) : void
op int
Résultat void

Test2() public méthode

public Test2 ( int &op ) : void
op int
Résultat void

Test3() public méthode

public Test3 ( int &op ) : void
op int
Résultat void

Test4() public méthode

public Test4 ( int &op ) : void
op int
Résultat void

Test5() public méthode

public Test5 ( int &op ) : void
op int
Résultat void

Test6() public méthode

public Test6 ( int &op ) : void
op int
Résultat void

Test7() public méthode

public Test7 ( int &op ) : void
op int
Résultat void

Test8() public méthode

public Test8 ( int &op ) : void
op int
Résultat void

Test9() public méthode

public Test9 ( int &op ) : void
op int
Résultat void