public void Mpx_A_TwoWayCall_Timeout() { TestLogic.TestContractA_TwoWayCall_Timeout(CONF_SRC_MPX); }
public void Mpx_B_1_Async() { TestLogic.TestContractB_1_Async(CONF_SRC_MPX); }
public void Sync_TASK_A_TwoWayCall_Timeout() { TestLogic.TASK_TestContractA_TwoWayCall_Timeout(CONF_SRC_SYNC); }
public void Mpx_A_OneWayCall() { TestLogic.TestContractA_OneWayCall(CONF_SRC_MPX); }
public void Mpx_B_4_Parallel_NotThreadSafeServer_ManyClients_TR_A() { TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_MPX_TRANSPORTS_A, threadSafe: false); }
public void Mpx_B_4_Parallel_ThreadSafeServer_TR_A() { TestLogic.TestContractB_4_Parallel(CONF_SRC_MPX_TRANSPORTS_A, threadSafe: true); }
public void Sync_B_4_Parallel_ThreadSafeServer_ManyClients_TR_A() { TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_SYNC_TRANSPORTS_A, threadSafe: true); }
public void Mpx_B_4_Parallel_Marshalling_ThreadSafeServer() { TestLogic.TestContractB_4_Marshalling_Parallel(CONF_SRC_MPX, threadSafe: true); }
public void Sync_B_4_Parallel_ThreadSafeServer() { TestLogic.TestContractB_4_Parallel(CONF_SRC_SYNC, threadSafe: true); }
public void Sync_B_4_Parallel_NotThreadSafeServer_TR_A() { TestLogic.TestContractB_4_Parallel(CONF_SRC_SYNC_TRANSPORTS_A, threadSafe: false); }
public void Sync_B_4_AsyncReactor_TR_A() { TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_SYNC_TRANSPORTS_A); }
public void Sync_B_4_AsyncReactor() { TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_SYNC); }
public void Sync_A_OneWayCall() { TestLogic.TestContractA_OneWayCall(CONF_SRC_SYNC); }
public void Mpx_B_4_AsyncReactor() { TestLogic.TestContractB_4_AsyncReactor(CONF_SRC_MPX); }
public void Sync_B_4_Parallel_NotThreadSafeServer_ManyClients() { TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_SYNC, threadSafe: false); }
public void Mpx_B_4_Async_TR_A() { TestLogic.TestContractB_4_Async(CONF_SRC_MPX_TRANSPORTS_A); }
public void Sync_B_9() { TestLogic.TestContractB_9(CONF_SRC_SYNC); }
public void Mpx_B_4_Parallel_NotThreadSafeServer() { TestLogic.TestContractB_4_Parallel(CONF_SRC_MPX, threadSafe: false); }
public void Mpx_TASKReturning_A_TwoWayCall() { TestLogic.TASKReturning_TestContractA_TwoWayCall(CONF_SRC_MPX); }
public void Mpx_B_4_Parallel_ThreadSafeServer_ManyClients() { TestLogic.TestContractB_4_Parallel_ManyClients(CONF_SRC_MPX, threadSafe: true); }
public void Mpx_TASK_B_4_Parallel_ThreadSafeServer() { TestLogic.TASK_TestContractB_4_Parallel(CONF_SRC_MPX, threadSafe: true); }
public void Mpx_B_7() { TestLogic.TestContractB_7(CONF_SRC_MPX); }
public void Sync_TASKReturning_A_TwoWayCall() { TestLogic.TASKReturning_TestContractA_TwoWayCall(CONF_SRC_SYNC); }