public void callbkMethod_long_long(IAsyncResult ar) { long result = 0; dlg_long_long dlg = (dlg_long_long)((AsyncResult)ar).AsyncDelegate; dlg.EndInvoke(ref result, ar); if (result != ExecClass.param_long) { throw (new Exception("Err_Yeh_callBk_009a: long parameter has a wrong value")); } if (ExecClass.value_long != ExecClass.const_long) { throw (new Exception("Err_Yeh_callBk_009: long returned has a wrong value")); } }
public Boolean runTest() { int iCountTestcases = 0; int iCountErrors = 0; iCountTestcases++; IAsyncResult void_void_result = null; try { ExecClass eClass = new ExecClass (); dlg_void_void inst_dlg_void_void = new dlg_void_void (eClass.execMethod_void_void); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_void_void); Object state = new Object(); void_void_result = inst_dlg_void_void.BeginInvoke (cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_001, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult String_String_result = null; try { ExecClass eClass = new ExecClass (); dlg_String_String inst_dlg_String_String = new dlg_String_String (eClass.execMethod_String_String); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_String_String); Object state = new Object(); String temp = ExecClass.param_String; String_String_result = inst_dlg_String_String.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_001, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult Boolean_Boolean_result = null; try { ExecClass eClass = new ExecClass (); dlg_Boolean_Boolean inst_dlg_Boolean_Boolean = new dlg_Boolean_Boolean (eClass.execMethod_Boolean_Boolean); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_Boolean_Boolean); Object state = new Object(); Boolean temp = ExecClass.param_Boolean; Boolean_Boolean_result = inst_dlg_Boolean_Boolean.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_003, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult SByte_SByte_result = null; try { ExecClass eClass = new ExecClass (); dlg_SByte_SByte inst_dlg_SByte_SByte = new dlg_SByte_SByte (eClass.execMethod_SByte_SByte); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_SByte_SByte); Object state = new Object(); SByte temp = ExecClass.param_SByte; SByte_SByte_result = inst_dlg_SByte_SByte.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_004, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult Byte_Byte_result = null; try { ExecClass eClass = new ExecClass (); dlg_Byte_Byte inst_dlg_Byte_Byte = new dlg_Byte_Byte (eClass.execMethod_Byte_Byte); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_Byte_Byte); Object state = new Object(); Byte temp = ExecClass.param_Byte; Byte_Byte_result = inst_dlg_Byte_Byte.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_005, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult char_char_result = null; try { ExecClass eClass = new ExecClass (); dlg_char_char inst_dlg_char_char = new dlg_char_char (execMethod_char_char); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_char_char); Object state = new Object(); char temp = ExecClass.param_char; char_char_result = inst_dlg_char_char.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_006, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult double_double_result = null; try { ExecClass eClass = new ExecClass (); dlg_double_double inst_dlg_double_double = new dlg_double_double (eClass.execMethod_double_double); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_double_double); Object state = new Object(); double temp = ExecClass.param_double; double_double_result = inst_dlg_double_double.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_007, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult float_float_result = null; try { ExecClass eClass = new ExecClass (); dlg_float_float inst_dlg_float_float = new dlg_float_float (eClass.execMethod_float_float); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_float_float); Object state = new Object(); float temp = ExecClass.param_float; float_float_result = inst_dlg_float_float.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_008, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult long_long_result = null; try { ExecClass eClass = new ExecClass (); dlg_long_long inst_dlg_long_long = new dlg_long_long (eClass.execMethod_long_long); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_long_long); Object state = new Object(); long temp = ExecClass.param_long; long_long_result = inst_dlg_long_long.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_009, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult short_short_result=null; try { ExecClass eClass = new ExecClass (); dlg_short_short inst_dlg_short_short = new dlg_short_short (eClass.execMethod_short_short); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_short_short); Object state = new Object(); short temp = ExecClass.param_short; short_short_result = inst_dlg_short_short.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_010, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult int_int_result = null; try { ExecClass eClass = new ExecClass (); dlg_int_int inst_dlg_int_int = new dlg_int_int (eClass.execMethod_int_int); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_int_int); Object state = new Object(); int temp = ExecClass.param_int; int_int_result = inst_dlg_int_int.BeginInvoke (ref temp, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_011, Unexpected exception was thrown ex: " + ex.ToString()); } try{ while (!(short_short_result.IsCompleted && void_void_result.IsCompleted && String_String_result.IsCompleted && Boolean_Boolean_result.IsCompleted && SByte_SByte_result.IsCompleted && Byte_Byte_result.IsCompleted && char_char_result.IsCompleted && double_double_result.IsCompleted && float_float_result.IsCompleted && long_long_result.IsCompleted && short_short_result.IsCompleted && int_int_result.IsCompleted)) { ExecClass.resetValues(); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_ddd, Unexpected exception was thrown ex: " + ex.ToString()); } ExecClass.resetValues(); iCountTestcases++; try { ExecClass eClass = new ExecClass (); dlg_all inst_dlg_all = new dlg_all (eClass.execMethod_all); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_all); Object state = new Object(); String st = ExecClass.param_String; Boolean bo = ExecClass.param_Boolean; SByte sb = ExecClass.param_SByte; Byte by = ExecClass.param_Byte; char c = ExecClass.param_char; double d = ExecClass.param_double; float f = ExecClass.param_float; long l = ExecClass.param_long; short sh = ExecClass.param_short; int i = ExecClass.param_int; IAsyncResult all_result = inst_dlg_all.BeginInvoke (ref st, ref bo, ref sb, ref by, ref c, ref d, ref f, ref l, ref sh, ref i, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_012, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_all static_dlg_all = new dlg_all (ExecClass.static_execMethod_all); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback (cbClass.callbkMethod_all); Object state = new Object(); String st = ExecClass.param_String; Boolean bo = ExecClass.param_Boolean; SByte sb = ExecClass.param_SByte; Byte by = ExecClass.param_Byte; char c = ExecClass.param_char; double d = ExecClass.param_double; float f = ExecClass.param_float; long l = ExecClass.param_long; short sh = ExecClass.param_short; int i = ExecClass.param_int; IAsyncResult all_result = static_dlg_all.BeginInvoke (ref st, ref bo, ref sb, ref by, ref c, ref d, ref f, ref l, ref sh, ref i, cb, state); } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_013, Unexpected exception was thrown ex: " + ex.ToString()); } ExecClass.resetValues(); iCountTestcases++; try { dlg_void_void static_dlg_void_void = new dlg_void_void (ExecClass.static_execMethod_void_void); CallbkClass cbClass = new CallbkClass(); void_void_result = static_dlg_void_void.BeginInvoke (null, null); void_void_result.AsyncWaitHandle.WaitOne(10000, false); if (void_void_result.IsCompleted) { static_dlg_void_void.EndInvoke(void_void_result); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_014, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_int_int static_dlg_int_int = new dlg_int_int (ExecClass.static_execMethod_int_int); CallbkClass cbClass = new CallbkClass(); int temp = ExecClass.param_int; int_int_result = static_dlg_int_int.BeginInvoke (ref temp, null, null); int_int_result.AsyncWaitHandle.WaitOne(10000, false); int result = ExecClass.const_int; if (int_int_result.IsCompleted) { static_dlg_int_int.EndInvoke(ref result, int_int_result); } if (result!=ExecClass.param_int) { throw (new Exception ("Err_Yeh_run_15: int parameter has a wrong value")); } if (ExecClass.value_int!=ExecClass.const_int) { throw (new Exception ("Err_Yeh_run_15: int returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_015, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_String_String static_dlg_String_String = new dlg_String_String (ExecClass.static_execMethod_String_String); CallbkClass cbClass = new CallbkClass(); String temp = ExecClass.param_String; String_String_result = static_dlg_String_String.BeginInvoke (ref temp, null, null); String_String_result.AsyncWaitHandle.WaitOne(10000, false); String result = ExecClass.const_String; if (String_String_result.IsCompleted) { static_dlg_String_String.EndInvoke(ref result, String_String_result); } if (result!=ExecClass.param_String) { throw (new Exception ("Err_Yeh_run_16: String parameter has a wrong value")); } if (ExecClass.value_String!=ExecClass.const_String) { throw (new Exception ("Err_Yeh_run_16: String returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_016, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_Boolean_Boolean static_dlg_Boolean_Boolean = new dlg_Boolean_Boolean (ExecClass.static_execMethod_Boolean_Boolean); CallbkClass cbClass = new CallbkClass(); Boolean temp = ExecClass.param_Boolean; Boolean_Boolean_result = static_dlg_Boolean_Boolean.BeginInvoke (ref temp, null, null); Boolean_Boolean_result.AsyncWaitHandle.WaitOne(10000, false); Boolean result = ExecClass.const_Boolean; if (Boolean_Boolean_result.IsCompleted) { static_dlg_Boolean_Boolean.EndInvoke(ref result, Boolean_Boolean_result); } if (result!=ExecClass.param_Boolean) { throw (new Exception ("Err_Yeh_run_17: Boolean parameter has a wrong value")); } if (ExecClass.value_Boolean!=ExecClass.const_Boolean) { throw (new Exception ("Err_Yeh_run_17: Boolean returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_017, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_SByte_SByte static_dlg_SByte_SByte = new dlg_SByte_SByte (ExecClass.static_execMethod_SByte_SByte); CallbkClass cbClass = new CallbkClass(); SByte temp = ExecClass.param_SByte; SByte_SByte_result = static_dlg_SByte_SByte.BeginInvoke (ref temp, null, null); SByte_SByte_result.AsyncWaitHandle.WaitOne(10000, false); SByte result = ExecClass.const_SByte; if (SByte_SByte_result.IsCompleted) { static_dlg_SByte_SByte.EndInvoke(ref result, SByte_SByte_result); } if (result!=ExecClass.param_SByte) { throw (new Exception ("Err_Yeh_run_18: SByte parameter has a wrong value")); } if (ExecClass.value_SByte!=ExecClass.const_SByte) { throw (new Exception ("Err_Yeh_run_18: SByte returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_018, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_Byte_Byte static_dlg_Byte_Byte = new dlg_Byte_Byte (ExecClass.static_execMethod_Byte_Byte); CallbkClass cbClass = new CallbkClass(); byte temp = ExecClass.param_Byte; Byte_Byte_result = static_dlg_Byte_Byte.BeginInvoke (ref temp, null, null); Byte_Byte_result.AsyncWaitHandle.WaitOne(10000, false); byte result = ExecClass.const_Byte; if (Byte_Byte_result.IsCompleted) { static_dlg_Byte_Byte.EndInvoke(ref result, Byte_Byte_result); } if (result!=ExecClass.param_Byte) { throw (new Exception ("Err_Yeh_run_19: Byte parameter has a wrong value")); } if (ExecClass.value_Byte!=ExecClass.const_Byte) { throw (new Exception ("Err_Yeh_run_19: Byte returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_019, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_char_char static_dlg_char_char = new dlg_char_char (static_execMethod_char_char); CallbkClass cbClass = new CallbkClass(); char temp = ExecClass.param_char; char_char_result = static_dlg_char_char.BeginInvoke (ref temp, null, null); char_char_result.AsyncWaitHandle.WaitOne(10000, false); char result = ExecClass.const_char; if (char_char_result.IsCompleted) { static_dlg_char_char.EndInvoke(ref result, char_char_result); } if (result!=ExecClass.param_char) { throw (new Exception ("Err_Yeh_run_20: char parameter has a wrong value")); } if (ExecClass.value_char!=ExecClass.const_char) { throw (new Exception ("Err_Yeh_run_20: char returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_020, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_double_double static_dlg_double_double = new dlg_double_double (ExecClass.static_execMethod_double_double); CallbkClass cbClass = new CallbkClass(); double temp = ExecClass.param_double; double_double_result = static_dlg_double_double.BeginInvoke (ref temp, null, null); double_double_result.AsyncWaitHandle.WaitOne(10000, false); double result = ExecClass.const_double; if (double_double_result.IsCompleted) { static_dlg_double_double.EndInvoke(ref result, double_double_result); } if (result!=ExecClass.param_double) { throw (new Exception ("Err_Yeh_run_21: double parameter has a wrong value")); } if (ExecClass.value_double!=ExecClass.const_double) { throw (new Exception ("Err_Yeh_run_21: double returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_021, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_float_float static_dlg_float_float = new dlg_float_float (ExecClass.static_execMethod_float_float); CallbkClass cbClass = new CallbkClass(); float temp = ExecClass.param_float; float_float_result = static_dlg_float_float.BeginInvoke (ref temp, null, null); float_float_result.AsyncWaitHandle.WaitOne(10000, false); float result = ExecClass.const_float; if (float_float_result.IsCompleted) { static_dlg_float_float.EndInvoke(ref result, float_float_result); } if (result!=ExecClass.param_float) { throw (new Exception ("Err_Yeh_run_22: float parameter has a wrong value")); } if (ExecClass.value_float!=ExecClass.const_float) { throw (new Exception ("Err_Yeh_run_22: float returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_022, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_long_long static_dlg_long_long = new dlg_long_long (ExecClass.static_execMethod_long_long); CallbkClass cbClass = new CallbkClass(); long temp = ExecClass.param_long; long_long_result = static_dlg_long_long.BeginInvoke (ref temp, null, null); long_long_result.AsyncWaitHandle.WaitOne(10000, false); long result = ExecClass.const_long; if (long_long_result.IsCompleted) { static_dlg_long_long.EndInvoke(ref result, long_long_result); } if (result!=ExecClass.param_long) { throw (new Exception ("Err_Yeh_run_23: long parameter has a wrong value")); } if (ExecClass.value_long!=ExecClass.const_long) { throw (new Exception ("Err_Yeh_run_23: long returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_023, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_short_short static_dlg_short_short = new dlg_short_short (ExecClass.static_execMethod_short_short); CallbkClass cbClass = new CallbkClass(); short temp = ExecClass.param_short; short_short_result = static_dlg_short_short.BeginInvoke (ref temp, null, null); short_short_result.AsyncWaitHandle.WaitOne(10000, false); short result = ExecClass.const_short; if (short_short_result.IsCompleted) { static_dlg_short_short.EndInvoke(ref result, short_short_result); } if (result!=ExecClass.param_short) { throw (new Exception ("Err_Yeh_run_24: short parameter has a wrong value")); } if (ExecClass.value_short!=ExecClass.const_short) { throw (new Exception ("Err_Yeh_run_24: short returned has a wrong value")); } } catch (Exception ex){ ++iCountErrors; Console.WriteLine("Err_Yeh_024, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { slowmethod sm = new slowmethod(); Del1 del1 = new Del1(sm.goslow); IAsyncResult ar = del1.BeginInvoke(50, null, null); if (ar.IsCompleted) throw new Exception("delegate ran *synchronously*"); Object obj = del1.EndInvoke(ar); if ((int) obj != 50) throw new Exception("EndInvoke returned wrong value"); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_001a, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { slowmethod sm = new slowmethod(); Del1 del1 = new Del1(sm.goslow); IAsyncResult ar = del1.BeginInvoke(50, null, null); Thread.Sleep(100); if (! ar.IsCompleted) throw new Exception("delegate ran synchronously"); Object obj = del1.EndInvoke(ar); if ((int) obj != 50) throw new Exception("EndInvoke returned wrong value"); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_002a, Unexpected exception was thrown ex: " + ex.ToString()); } if ( iCountErrors == 0 ) { return true; } else { return false;} }
public Boolean runTest() { int iCountTestcases = 0; int iCountErrors = 0; iCountTestcases++; IAsyncResult void_void_result = null; try { ExecClass eClass = new ExecClass(); dlg_void_void inst_dlg_void_void = new dlg_void_void(eClass.execMethod_void_void); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_void_void); Object state = new Object(); void_void_result = inst_dlg_void_void.BeginInvoke(cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_001, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult String_String_result = null; try { ExecClass eClass = new ExecClass(); dlg_String_String inst_dlg_String_String = new dlg_String_String(eClass.execMethod_String_String); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_String_String); Object state = new Object(); String temp = ExecClass.param_String; String_String_result = inst_dlg_String_String.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_001, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult Boolean_Boolean_result = null; try { ExecClass eClass = new ExecClass(); dlg_Boolean_Boolean inst_dlg_Boolean_Boolean = new dlg_Boolean_Boolean(eClass.execMethod_Boolean_Boolean); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_Boolean_Boolean); Object state = new Object(); Boolean temp = ExecClass.param_Boolean; Boolean_Boolean_result = inst_dlg_Boolean_Boolean.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_003, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult SByte_SByte_result = null; try { ExecClass eClass = new ExecClass(); dlg_SByte_SByte inst_dlg_SByte_SByte = new dlg_SByte_SByte(eClass.execMethod_SByte_SByte); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_SByte_SByte); Object state = new Object(); SByte temp = ExecClass.param_SByte; SByte_SByte_result = inst_dlg_SByte_SByte.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_004, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult Byte_Byte_result = null; try { ExecClass eClass = new ExecClass(); dlg_Byte_Byte inst_dlg_Byte_Byte = new dlg_Byte_Byte(eClass.execMethod_Byte_Byte); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_Byte_Byte); Object state = new Object(); Byte temp = ExecClass.param_Byte; Byte_Byte_result = inst_dlg_Byte_Byte.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_005, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult char_char_result = null; try { ExecClass eClass = new ExecClass(); dlg_char_char inst_dlg_char_char = new dlg_char_char(execMethod_char_char); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_char_char); Object state = new Object(); char temp = ExecClass.param_char; char_char_result = inst_dlg_char_char.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_006, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult double_double_result = null; try { ExecClass eClass = new ExecClass(); dlg_double_double inst_dlg_double_double = new dlg_double_double(eClass.execMethod_double_double); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_double_double); Object state = new Object(); double temp = ExecClass.param_double; double_double_result = inst_dlg_double_double.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_007, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult float_float_result = null; try { ExecClass eClass = new ExecClass(); dlg_float_float inst_dlg_float_float = new dlg_float_float(eClass.execMethod_float_float); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_float_float); Object state = new Object(); float temp = ExecClass.param_float; float_float_result = inst_dlg_float_float.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_008, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult long_long_result = null; try { ExecClass eClass = new ExecClass(); dlg_long_long inst_dlg_long_long = new dlg_long_long(eClass.execMethod_long_long); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_long_long); Object state = new Object(); long temp = ExecClass.param_long; long_long_result = inst_dlg_long_long.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_009, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult short_short_result = null; try { ExecClass eClass = new ExecClass(); dlg_short_short inst_dlg_short_short = new dlg_short_short(eClass.execMethod_short_short); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_short_short); Object state = new Object(); short temp = ExecClass.param_short; short_short_result = inst_dlg_short_short.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_010, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; IAsyncResult int_int_result = null; try { ExecClass eClass = new ExecClass(); dlg_int_int inst_dlg_int_int = new dlg_int_int(eClass.execMethod_int_int); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_int_int); Object state = new Object(); int temp = ExecClass.param_int; int_int_result = inst_dlg_int_int.BeginInvoke(ref temp, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_011, Unexpected exception was thrown ex: " + ex.ToString()); } try{ while (!(short_short_result.IsCompleted && void_void_result.IsCompleted && String_String_result.IsCompleted && Boolean_Boolean_result.IsCompleted && SByte_SByte_result.IsCompleted && Byte_Byte_result.IsCompleted && char_char_result.IsCompleted && double_double_result.IsCompleted && float_float_result.IsCompleted && long_long_result.IsCompleted && short_short_result.IsCompleted && int_int_result.IsCompleted)) { ExecClass.resetValues(); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_ddd, Unexpected exception was thrown ex: " + ex.ToString()); } ExecClass.resetValues(); iCountTestcases++; try { ExecClass eClass = new ExecClass(); dlg_all inst_dlg_all = new dlg_all(eClass.execMethod_all); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_all); Object state = new Object(); String st = ExecClass.param_String; Boolean bo = ExecClass.param_Boolean; SByte sb = ExecClass.param_SByte; Byte by = ExecClass.param_Byte; char c = ExecClass.param_char; double d = ExecClass.param_double; float f = ExecClass.param_float; long l = ExecClass.param_long; short sh = ExecClass.param_short; int i = ExecClass.param_int; IAsyncResult all_result = inst_dlg_all.BeginInvoke(ref st, ref bo, ref sb, ref by, ref c, ref d, ref f, ref l, ref sh, ref i, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_012, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_all static_dlg_all = new dlg_all(ExecClass.static_execMethod_all); CallbkClass cbClass = new CallbkClass(); AsyncCallback cb = new AsyncCallback(cbClass.callbkMethod_all); Object state = new Object(); String st = ExecClass.param_String; Boolean bo = ExecClass.param_Boolean; SByte sb = ExecClass.param_SByte; Byte by = ExecClass.param_Byte; char c = ExecClass.param_char; double d = ExecClass.param_double; float f = ExecClass.param_float; long l = ExecClass.param_long; short sh = ExecClass.param_short; int i = ExecClass.param_int; IAsyncResult all_result = static_dlg_all.BeginInvoke(ref st, ref bo, ref sb, ref by, ref c, ref d, ref f, ref l, ref sh, ref i, cb, state); } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_013, Unexpected exception was thrown ex: " + ex.ToString()); } ExecClass.resetValues(); iCountTestcases++; try { dlg_void_void static_dlg_void_void = new dlg_void_void(ExecClass.static_execMethod_void_void); CallbkClass cbClass = new CallbkClass(); void_void_result = static_dlg_void_void.BeginInvoke(null, null); void_void_result.AsyncWaitHandle.WaitOne(10000, false); if (void_void_result.IsCompleted) { static_dlg_void_void.EndInvoke(void_void_result); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_014, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_int_int static_dlg_int_int = new dlg_int_int(ExecClass.static_execMethod_int_int); CallbkClass cbClass = new CallbkClass(); int temp = ExecClass.param_int; int_int_result = static_dlg_int_int.BeginInvoke(ref temp, null, null); int_int_result.AsyncWaitHandle.WaitOne(10000, false); int result = ExecClass.const_int; if (int_int_result.IsCompleted) { static_dlg_int_int.EndInvoke(ref result, int_int_result); } if (result != ExecClass.param_int) { throw (new Exception("Err_Yeh_run_15: int parameter has a wrong value")); } if (ExecClass.value_int != ExecClass.const_int) { throw (new Exception("Err_Yeh_run_15: int returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_015, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_String_String static_dlg_String_String = new dlg_String_String(ExecClass.static_execMethod_String_String); CallbkClass cbClass = new CallbkClass(); String temp = ExecClass.param_String; String_String_result = static_dlg_String_String.BeginInvoke(ref temp, null, null); String_String_result.AsyncWaitHandle.WaitOne(10000, false); String result = ExecClass.const_String; if (String_String_result.IsCompleted) { static_dlg_String_String.EndInvoke(ref result, String_String_result); } if (result != ExecClass.param_String) { throw (new Exception("Err_Yeh_run_16: String parameter has a wrong value")); } if (ExecClass.value_String != ExecClass.const_String) { throw (new Exception("Err_Yeh_run_16: String returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_016, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_Boolean_Boolean static_dlg_Boolean_Boolean = new dlg_Boolean_Boolean(ExecClass.static_execMethod_Boolean_Boolean); CallbkClass cbClass = new CallbkClass(); Boolean temp = ExecClass.param_Boolean; Boolean_Boolean_result = static_dlg_Boolean_Boolean.BeginInvoke(ref temp, null, null); Boolean_Boolean_result.AsyncWaitHandle.WaitOne(10000, false); Boolean result = ExecClass.const_Boolean; if (Boolean_Boolean_result.IsCompleted) { static_dlg_Boolean_Boolean.EndInvoke(ref result, Boolean_Boolean_result); } if (result != ExecClass.param_Boolean) { throw (new Exception("Err_Yeh_run_17: Boolean parameter has a wrong value")); } if (ExecClass.value_Boolean != ExecClass.const_Boolean) { throw (new Exception("Err_Yeh_run_17: Boolean returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_017, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_SByte_SByte static_dlg_SByte_SByte = new dlg_SByte_SByte(ExecClass.static_execMethod_SByte_SByte); CallbkClass cbClass = new CallbkClass(); SByte temp = ExecClass.param_SByte; SByte_SByte_result = static_dlg_SByte_SByte.BeginInvoke(ref temp, null, null); SByte_SByte_result.AsyncWaitHandle.WaitOne(10000, false); SByte result = ExecClass.const_SByte; if (SByte_SByte_result.IsCompleted) { static_dlg_SByte_SByte.EndInvoke(ref result, SByte_SByte_result); } if (result != ExecClass.param_SByte) { throw (new Exception("Err_Yeh_run_18: SByte parameter has a wrong value")); } if (ExecClass.value_SByte != ExecClass.const_SByte) { throw (new Exception("Err_Yeh_run_18: SByte returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_018, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_Byte_Byte static_dlg_Byte_Byte = new dlg_Byte_Byte(ExecClass.static_execMethod_Byte_Byte); CallbkClass cbClass = new CallbkClass(); byte temp = ExecClass.param_Byte; Byte_Byte_result = static_dlg_Byte_Byte.BeginInvoke(ref temp, null, null); Byte_Byte_result.AsyncWaitHandle.WaitOne(10000, false); byte result = ExecClass.const_Byte; if (Byte_Byte_result.IsCompleted) { static_dlg_Byte_Byte.EndInvoke(ref result, Byte_Byte_result); } if (result != ExecClass.param_Byte) { throw (new Exception("Err_Yeh_run_19: Byte parameter has a wrong value")); } if (ExecClass.value_Byte != ExecClass.const_Byte) { throw (new Exception("Err_Yeh_run_19: Byte returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_019, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_char_char static_dlg_char_char = new dlg_char_char(static_execMethod_char_char); CallbkClass cbClass = new CallbkClass(); char temp = ExecClass.param_char; char_char_result = static_dlg_char_char.BeginInvoke(ref temp, null, null); char_char_result.AsyncWaitHandle.WaitOne(10000, false); char result = ExecClass.const_char; if (char_char_result.IsCompleted) { static_dlg_char_char.EndInvoke(ref result, char_char_result); } if (result != ExecClass.param_char) { throw (new Exception("Err_Yeh_run_20: char parameter has a wrong value")); } if (ExecClass.value_char != ExecClass.const_char) { throw (new Exception("Err_Yeh_run_20: char returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_020, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_double_double static_dlg_double_double = new dlg_double_double(ExecClass.static_execMethod_double_double); CallbkClass cbClass = new CallbkClass(); double temp = ExecClass.param_double; double_double_result = static_dlg_double_double.BeginInvoke(ref temp, null, null); double_double_result.AsyncWaitHandle.WaitOne(10000, false); double result = ExecClass.const_double; if (double_double_result.IsCompleted) { static_dlg_double_double.EndInvoke(ref result, double_double_result); } if (result != ExecClass.param_double) { throw (new Exception("Err_Yeh_run_21: double parameter has a wrong value")); } if (ExecClass.value_double != ExecClass.const_double) { throw (new Exception("Err_Yeh_run_21: double returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_021, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_float_float static_dlg_float_float = new dlg_float_float(ExecClass.static_execMethod_float_float); CallbkClass cbClass = new CallbkClass(); float temp = ExecClass.param_float; float_float_result = static_dlg_float_float.BeginInvoke(ref temp, null, null); float_float_result.AsyncWaitHandle.WaitOne(10000, false); float result = ExecClass.const_float; if (float_float_result.IsCompleted) { static_dlg_float_float.EndInvoke(ref result, float_float_result); } if (result != ExecClass.param_float) { throw (new Exception("Err_Yeh_run_22: float parameter has a wrong value")); } if (ExecClass.value_float != ExecClass.const_float) { throw (new Exception("Err_Yeh_run_22: float returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_022, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_long_long static_dlg_long_long = new dlg_long_long(ExecClass.static_execMethod_long_long); CallbkClass cbClass = new CallbkClass(); long temp = ExecClass.param_long; long_long_result = static_dlg_long_long.BeginInvoke(ref temp, null, null); long_long_result.AsyncWaitHandle.WaitOne(10000, false); long result = ExecClass.const_long; if (long_long_result.IsCompleted) { static_dlg_long_long.EndInvoke(ref result, long_long_result); } if (result != ExecClass.param_long) { throw (new Exception("Err_Yeh_run_23: long parameter has a wrong value")); } if (ExecClass.value_long != ExecClass.const_long) { throw (new Exception("Err_Yeh_run_23: long returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_023, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { dlg_short_short static_dlg_short_short = new dlg_short_short(ExecClass.static_execMethod_short_short); CallbkClass cbClass = new CallbkClass(); short temp = ExecClass.param_short; short_short_result = static_dlg_short_short.BeginInvoke(ref temp, null, null); short_short_result.AsyncWaitHandle.WaitOne(10000, false); short result = ExecClass.const_short; if (short_short_result.IsCompleted) { static_dlg_short_short.EndInvoke(ref result, short_short_result); } if (result != ExecClass.param_short) { throw (new Exception("Err_Yeh_run_24: short parameter has a wrong value")); } if (ExecClass.value_short != ExecClass.const_short) { throw (new Exception("Err_Yeh_run_24: short returned has a wrong value")); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_Yeh_024, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { slowmethod sm = new slowmethod(); Del1 del1 = new Del1(sm.goslow); IAsyncResult ar = del1.BeginInvoke(50, null, null); if (ar.IsCompleted) { throw new Exception("delegate ran *synchronously*"); } Object obj = del1.EndInvoke(ar); if ((int)obj != 50) { throw new Exception("EndInvoke returned wrong value"); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_001a, Unexpected exception was thrown ex: " + ex.ToString()); } iCountTestcases++; try { slowmethod sm = new slowmethod(); Del1 del1 = new Del1(sm.goslow); IAsyncResult ar = del1.BeginInvoke(50, null, null); Thread.Sleep(100); if (!ar.IsCompleted) { throw new Exception("delegate ran synchronously"); } Object obj = del1.EndInvoke(ar); if ((int)obj != 50) { throw new Exception("EndInvoke returned wrong value"); } } catch (Exception ex) { ++iCountErrors; Console.WriteLine("Err_002a, Unexpected exception was thrown ex: " + ex.ToString()); } if (iCountErrors == 0) { return(true); } else { return(false); } }