Esempio n. 1
0
 public void Mpx_A_TwoWayCall_Timeout()
 {
     TestLogic.TestContractA_TwoWayCall_Timeout(CONF_SRC_MPX);
 }
Esempio n. 2
0
 public void Mpx_B_1_Async()
 {
     TestLogic.TestContractB_1_Async(CONF_SRC_MPX);
 }
Esempio n. 3
0
 public void Sync_TASK_A_TwoWayCall_Timeout()
 {
     TestLogic.TASK_TestContractA_TwoWayCall_Timeout(CONF_SRC_SYNC);
 }
Esempio n. 4
0
 public void Mpx_A_OneWayCall()
 {
     TestLogic.TestContractA_OneWayCall(CONF_SRC_MPX);
 }
Esempio n. 5
0
 public void Mpx_B_4_Parallel_NotThreadSafeServer_ManyClients_TR_A()
 {
     TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_MPX_TRANSPORTS_A, threadSafe: false);
 }
Esempio n. 6
0
 public void Mpx_B_4_Parallel_ThreadSafeServer_TR_A()
 {
     TestLogic.TestContractB_4_Parallel(CONF_SRC_MPX_TRANSPORTS_A, threadSafe: true);
 }
Esempio n. 7
0
 public void Sync_B_4_Parallel_ThreadSafeServer_ManyClients_TR_A()
 {
     TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_SYNC_TRANSPORTS_A, threadSafe: true);
 }
Esempio n. 8
0
 public void Mpx_B_4_Parallel_Marshalling_ThreadSafeServer()
 {
     TestLogic.TestContractB_4_Marshalling_Parallel(CONF_SRC_MPX, threadSafe: true);
 }
Esempio n. 9
0
 public void Sync_B_4_Parallel_ThreadSafeServer()
 {
     TestLogic.TestContractB_4_Parallel(CONF_SRC_SYNC, threadSafe: true);
 }
Esempio n. 10
0
 public void Sync_B_4_Parallel_NotThreadSafeServer_TR_A()
 {
     TestLogic.TestContractB_4_Parallel(CONF_SRC_SYNC_TRANSPORTS_A, threadSafe: false);
 }
Esempio n. 11
0
 public void Sync_B_4_AsyncReactor_TR_A()
 {
     TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_SYNC_TRANSPORTS_A);
 }
Esempio n. 12
0
 public void Sync_B_4_AsyncReactor()
 {
     TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_SYNC);
 }
Esempio n. 13
0
 public void Sync_A_OneWayCall()
 {
     TestLogic.TestContractA_OneWayCall(CONF_SRC_SYNC);
 }
Esempio n. 14
0
 public void Mpx_B_4_AsyncReactor()
 {
     TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_MPX);
 }
Esempio n. 15
0
 public void Sync_B_4_Parallel_NotThreadSafeServer_ManyClients()
 {
     TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_SYNC, threadSafe: false);
 }
Esempio n. 16
0
 public void Mpx_B_4_Async_TR_A()
 {
     TestLogic.TestContractB_4_Async(CONF_SRC_MPX_TRANSPORTS_A);
 }
Esempio n. 17
0
 public void Sync_B_9()
 {
     TestLogic.TestContractB_9(CONF_SRC_SYNC);
 }
Esempio n. 18
0
 public void Mpx_B_4_Parallel_NotThreadSafeServer()
 {
     TestLogic.TestContractB_4_Parallel(CONF_SRC_MPX, threadSafe: false);
 }
Esempio n. 19
0
 public void Mpx_TASKReturning_A_TwoWayCall()
 {
     TestLogic.TASKReturning_TestContractA_TwoWayCall(CONF_SRC_MPX);
 }
Esempio n. 20
0
 public void Mpx_B_4_Parallel_ThreadSafeServer_ManyClients()
 {
     TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_MPX, threadSafe: true);
 }
Esempio n. 21
0
 public void Mpx_TASK_B_4_Parallel_ThreadSafeServer()
 {
     TestLogic.TASK_TestContractB_4_Parallel(CONF_SRC_MPX, threadSafe: true);
 }
Esempio n. 22
0
 public void Mpx_B_7()
 {
     TestLogic.TestContractB_7(CONF_SRC_MPX);
 }
Esempio n. 23
0
 public void Sync_TASKReturning_A_TwoWayCall()
 {
     TestLogic.TASKReturning_TestContractA_TwoWayCall(CONF_SRC_SYNC);
 }