Hex Artifact Content
Not logged in

Artifact 3ba75b9c3bef69b27186722d7d7d466f20801a2a:


0000: 2f 2a 2a 0a 20 2a 20 41 75 74 68 6f 72 73 3a 20  /**. * Authors: 
0010: 6b 2e 69 6e 61 62 61 0a 20 2a 20 4c 69 63 65 6e  k.inaba. * Licen
0020: 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 20  se: NYSL 0.9982 
0030: 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 6e 6f  http://www.kmono
0040: 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0a 20 2a 0a 20  s.net/nysl/. *. 
0050: 2a 20 48 65 70 6c 65 72 20 72 6f 75 74 69 6e 65  * Hepler routine
0060: 73 20 66 6f 72 20 75 6e 69 74 74 65 73 74 69 6e  s for unittestin
0070: 67 2e 0d 0a 20 2a 20 54 4f 44 4f 3a 20 49 73 20  g... * TODO: Is 
0080: 74 68 65 72 65 20 61 6e 79 20 63 6c 65 61 6e 20  there any clean 
0090: 77 61 79 20 74 6f 20 69 6d 70 6c 65 6d 65 6e 74  way to implement
00a0: 20 22 61 73 73 65 72 74 5f 63 6f 6d 70 69 6c 65   "assert_compile
00b0: 73 22 20 61 6e 64 20 22 61 73 73 65 72 74 5f 6e  s" and "assert_n
00c0: 6f 74 5f 63 6f 6d 70 69 6c 65 22 3f 0d 0a 20 2a  ot_compile"?.. *
00d0: 2f 0a 6d 6f 64 75 6c 65 20 74 72 69 63 6b 73 2e  /.module tricks.
00e0: 74 65 73 74 3b 0d 0a 69 6d 70 6f 72 74 20 73 74  test;..import st
00f0: 64 2e 63 6f 6e 76 20 3a 20 74 65 78 74 3b 0a 69  d.conv : text;.i
0100: 6d 70 6f 72 74 20 63 6f 72 65 2e 65 78 63 65 70  mport core.excep
0110: 74 69 6f 6e 3b 0a 0d 0a 76 65 72 73 69 6f 6e 28  tion;...version(
0120: 75 6e 69 74 74 65 73 74 29 0d 0a 7b 0d 0a 09 69  unittest)..{...i
0130: 6d 70 6f 72 74 20 73 74 64 2e 63 73 74 72 65 61  mport std.cstrea
0140: 6d 3b 0d 0a 09 69 6d 70 6f 72 74 20 63 6f 72 65  m;...import core
0150: 2e 72 75 6e 74 69 6d 65 3b 0d 0a 0d 0a 09 73 74  .runtime;.....st
0160: 61 74 69 63 20 74 68 69 73 28 29 0d 0a 09 7b 0d  atic this()...{.
0170: 0a 09 09 69 6e 73 74 61 6c 6c 43 75 73 74 6f 6d  ...installCustom
0180: 54 65 73 74 52 75 6e 6e 65 72 28 29 3b 0d 0a 09  TestRunner();...
0190: 7d 0d 0a 0d 0a 09 70 72 69 76 61 74 65 20 76 6f  }.....private vo
01a0: 69 64 20 69 6e 73 74 61 6c 6c 43 75 73 74 6f 6d  id installCustom
01b0: 54 65 73 74 52 75 6e 6e 65 72 28 29 0d 0a 09 7b  TestRunner()...{
01c0: 0d 0a 09 09 52 75 6e 74 69 6d 65 2e 6d 6f 64 75  ....Runtime.modu
01d0: 6c 65 55 6e 69 74 54 65 73 74 65 72 20 3d 20 66  leUnitTester = f
01e0: 75 6e 63 74 69 6f 6e 28 29 0d 0a 09 09 7b 0d 0a  unction()....{..
01f0: 09 09 09 54 68 72 6f 77 61 62 6c 65 20 66 69 72  ...Throwable fir
0200: 73 74 45 72 72 6f 72 20 3d 20 6e 75 6c 6c 3b 0d  stError = null;.
0210: 0a 0d 0a 09 09 09 76 6f 69 64 20 6c 6f 67 45 72  ......void logEr
0220: 72 6f 72 28 54 68 72 6f 77 61 62 6c 65 20 65 29  ror(Throwable e)
0230: 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 69 66 28 66  .....{......if(f
0240: 69 72 73 74 45 72 72 6f 72 20 69 73 20 6e 75 6c  irstError is nul
0250: 6c 29 0d 0a 09 09 09 09 09 66 69 72 73 74 45 72  l).......firstEr
0260: 72 6f 72 20 3d 20 65 3b 0d 0a 09 09 09 09 64 65  ror = e;......de
0270: 72 72 2e 77 72 69 74 65 66 6c 6e 28 22 20 20 21  rr.writefln("  !
0280: 21 20 25 73 28 25 64 29 3a 20 25 73 22 2c 20 65  ! %s(%d): %s", e
0290: 2e 66 69 6c 65 2c 20 65 2e 6c 69 6e 65 2c 20 65  .file, e.line, e
02a0: 2e 6d 73 67 29 3b 0d 0a 09 09 09 7d 0d 0a 0d 0a  .msg);.....}....
02b0: 09 09 09 76 6f 69 64 20 74 65 73 74 4d 6f 64 75  ...void testModu
02c0: 6c 65 28 4d 6f 64 75 6c 65 49 6e 66 6f 2a 20 6d  le(ModuleInfo* m
02d0: 2c 20 76 6f 69 64 20 66 75 6e 63 74 69 6f 6e 28  , void function(
02e0: 29 20 74 65 73 74 29 0d 0a 09 09 09 7b 0d 0a 09  ) test).....{...
02f0: 09 09 09 64 65 72 72 2e 77 72 69 74 65 66 6c 6e  ...derr.writefln
0300: 28 22 5b 54 45 53 54 5d 20 25 73 22 2c 20 6d 2e  ("[TEST] %s", m.
0310: 6e 61 6d 65 29 3b 0d 0a 09 09 09 09 74 72 79 20  name);......try 
0320: 7b 20 74 65 73 74 28 29 3b 20 7d 20 63 61 74 63  { test(); } catc
0330: 68 28 20 54 68 72 6f 77 61 62 6c 65 20 65 20 29  h( Throwable e )
0340: 20 7b 20 6c 6f 67 45 72 72 6f 72 28 65 29 3b 20   { logError(e); 
0350: 7d 0d 0a 09 09 09 7d 0d 0a 0d 0a 09 09 09 62 6f  }.....}.......bo
0360: 6f 6c 20 72 65 70 6f 72 74 28 29 0d 0a 09 09 09  ol report().....
0370: 7b 0d 0a 09 09 09 09 69 66 28 66 69 72 73 74 45  {......if(firstE
0380: 72 72 6f 72 20 69 73 20 6e 75 6c 6c 29 0d 0a 09  rror is null)...
0390: 09 09 09 09 72 65 74 75 72 6e 20 74 72 75 65 3b  ....return true;
03a0: 0d 0a 09 09 09 09 64 65 72 72 2e 77 72 69 74 65  ......derr.write
03b0: 66 6c 6e 28 22 5b 54 45 53 54 5d 20 54 68 65 20  fln("[TEST] The 
03c0: 66 69 72 73 74 20 65 72 72 6f 72 20 77 61 73 3a  first error was:
03d0: 5c 6e 25 73 22 2c 20 66 69 72 73 74 45 72 72 6f  \n%s", firstErro
03e0: 72 29 3b 0d 0a 09 09 09 09 64 65 72 72 2e 77 72  r);......derr.wr
03f0: 69 74 65 53 74 72 69 6e 67 28 22 5b 54 45 53 54  iteString("[TEST
0400: 5d 20 70 72 65 73 73 20 65 6e 74 65 72 20 74 6f  ] press enter to
0410: 20 65 78 69 74 2e 22 29 3b 0d 0a 09 09 09 09 64   exit.");......d
0420: 69 6e 2e 72 65 61 64 4c 69 6e 65 28 29 3b 0d 0a  in.readLine();..
0430: 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c 73 65  ....return false
0440: 3b 0d 0a 09 09 09 7d 0d 0a 0d 0a 09 09 09 66 6f  ;.....}.......fo
0450: 72 65 61 63 68 28 6d 3b 20 4d 6f 64 75 6c 65 49  reach(m; ModuleI
0460: 6e 66 6f 29 0d 0a 09 09 09 09 69 66 28 6d 20 26  nfo)......if(m &
0470: 26 20 6d 2e 75 6e 69 74 54 65 73 74 29 0d 0a 09  & m.unitTest)...
0480: 09 09 09 09 74 65 73 74 4d 6f 64 75 6c 65 28 6d  ....testModule(m
0490: 2c 20 6d 2e 75 6e 69 74 54 65 73 74 29 3b 0d 0a  , m.unitTest);..
04a0: 09 09 09 72 65 74 75 72 6e 20 72 65 70 6f 72 74  ...return report
04b0: 28 29 3b 0d 0a 09 09 7d 3b 0d 0a 09 7d 0d 0a 7d  ();....};...}..}
04c0: 0d 0a 0d 0a 2f 2f 2f 20 55 6e 69 74 74 65 73 74  ..../// Unittest
04d0: 20 68 65 6c 70 65 72 20 74 68 61 74 20 61 73 73   helper that ass
04e0: 65 72 74 73 20 61 6e 20 65 78 70 72 65 73 73 69  erts an expressi
04f0: 6f 6e 20 6d 75 73 74 20 74 68 72 6f 77 20 73 6f  on must throw so
0500: 6d 65 74 68 69 6e 67 0a 0a 76 6f 69 64 20 61 73  mething..void as
0510: 73 65 72 74 5f 74 68 72 6f 77 28 45 78 63 54 3d  sert_throw(ExcT=
0520: 54 68 72 6f 77 61 62 6c 65 2c 20 54 2c 20 73 74  Throwable, T, st
0530: 72 69 6e 67 20 66 6e 3d 5f 5f 46 49 4c 45 5f 5f  ring fn=__FILE__
0540: 2c 20 73 69 7a 65 5f 74 20 6c 6e 3d 5f 5f 4c 49  , size_t ln=__LI
0550: 4e 45 5f 5f 29 28 6c 61 7a 79 20 54 20 74 2c 20  NE__)(lazy T t, 
0560: 73 74 72 69 6e 67 20 6d 73 67 3d 22 22 29 0a 7b  string msg="").{
0570: 0d 0a 09 73 74 61 74 69 63 20 69 66 28 20 69 73  ...static if( is
0580: 28 45 78 63 54 20 3d 3d 20 54 68 72 6f 77 61 62  (ExcT == Throwab
0590: 6c 65 29 20 29 0a 09 09 74 72 79 0d 0a 09 09 09  le) )...try.....
05a0: 7b 20 74 28 29 3b 20 7d 0d 0a 09 09 63 61 74 63  { t(); }....catc
05b0: 68 28 45 78 63 54 29 0d 0a 09 09 09 7b 20 72 65  h(ExcT).....{ re
05c0: 74 75 72 6e 3b 20 7d 0d 0a 09 65 6c 73 65 0d 0a  turn; }...else..
05d0: 09 09 74 72 79 0a 09 09 09 7b 20 74 28 29 3b 20  ..try....{ t(); 
05e0: 7d 0a 09 09 63 61 74 63 68 28 45 78 63 54 29 0a  }...catch(ExcT).
05f0: 09 09 09 7b 20 72 65 74 75 72 6e 3b 20 7d 0a 09  ...{ return; }..
0600: 09 63 61 74 63 68 28 54 68 72 6f 77 61 62 6c 65  .catch(Throwable
0610: 20 65 29 0a 09 09 09 7b 20 6f 6e 41 73 73 65 72   e)....{ onAsser
0620: 74 45 72 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e  tErrorMsg(fn, ln
0630: 2c 20 6d 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d  , msg.length ? m
0640: 73 67 20 3a 20 22 62 61 64 20 65 78 63 65 70 74  sg : "bad except
0650: 69 6f 6e 20 5c 6e 20 20 3e 3e 20 22 7e 65 2e 74  ion \n  >> "~e.t
0660: 6f 53 74 72 69 6e 67 28 29 29 3b 20 7d 0d 0a 09  oString()); }...
0670: 6f 6e 41 73 73 65 72 74 45 72 72 6f 72 4d 73 67  onAssertErrorMsg
0680: 28 66 6e 2c 20 6c 6e 2c 20 6d 73 67 2e 6c 65 6e  (fn, ln, msg.len
0690: 67 74 68 20 3f 20 6d 73 67 20 3a 20 22 6e 6f 74  gth ? msg : "not
06a0: 20 74 68 72 6f 77 6e 22 29 3b 0a 7d 0a 0a 2f 2f   thrown");.}..//
06b0: 2f 20 55 6e 69 74 74 65 73 74 20 68 65 6c 70 65  / Unittest helpe
06c0: 72 20 74 68 61 74 20 61 73 73 65 72 74 73 20 61  r that asserts a
06d0: 6e 20 65 78 70 72 65 73 73 69 6f 6e 20 6d 75 73  n expression mus
06e0: 74 20 6e 6f 74 20 74 68 72 6f 77 20 61 6e 79 74  t not throw anyt
06f0: 68 69 6e 67 0a 0a 54 20 61 73 73 65 72 74 5f 6e  hing..T assert_n
0700: 6f 74 68 72 6f 77 28 54 2c 20 73 74 72 69 6e 67  othrow(T, string
0710: 20 66 6e 3d 5f 5f 46 49 4c 45 5f 5f 2c 20 73 69   fn=__FILE__, si
0720: 7a 65 5f 74 20 6c 6e 3d 5f 5f 4c 49 4e 45 5f 5f  ze_t ln=__LINE__
0730: 29 28 6c 61 7a 79 20 54 20 74 2c 20 73 74 72 69  )(lazy T t, stri
0740: 6e 67 20 6d 73 67 3d 22 22 29 0a 7b 0a 09 74 72  ng msg="").{..tr
0750: 79 0a 09 09 7b 20 72 65 74 75 72 6e 20 74 28 29  y...{ return t()
0760: 3b 20 7d 0a 09 63 61 74 63 68 28 54 68 72 6f 77  ; }..catch(Throw
0770: 61 62 6c 65 20 65 29 0a 09 09 7b 20 6f 6e 41 73  able e)...{ onAs
0780: 73 65 72 74 45 72 72 6f 72 4d 73 67 28 66 6e 2c  sertErrorMsg(fn,
0790: 20 6c 6e 2c 20 6d 73 67 2e 6c 65 6e 67 74 68 20   ln, msg.length 
07a0: 3f 20 6d 73 67 20 3a 20 22 62 61 64 20 65 78 63  ? msg : "bad exc
07b0: 65 70 74 69 6f 6e 20 5c 6e 20 20 3e 3e 20 22 7e  eption \n  >> "~
07c0: 65 2e 74 6f 53 74 72 69 6e 67 28 29 29 3b 20 7d  e.toString()); }
07d0: 0d 0a 09 61 73 73 65 72 74 28 66 61 6c 73 65 29  ...assert(false)
07e0: 3b 0a 7d 0a 0d 0a 75 6e 69 74 74 65 73 74 0a 7b  ;.}...unittest.{
07f0: 0a 09 61 75 74 6f 20 65 72 72 6f 72 20 3d 20 7b  ..auto error = {
0800: 74 68 72 6f 77 20 6e 65 77 20 45 72 72 6f 72 28  throw new Error(
0810: 22 68 65 6c 6c 6f 22 29 3b 7d 3b 0a 09 61 75 74  "hello");};..aut
0820: 6f 20 6e 6f 74 68 69 6e 67 20 3d 20 28 29 7b 7d  o nothing = (){}
0830: 3b 0a 09 61 75 74 6f 20 61 73 73 65 72 74 45 72  ;..auto assertEr
0840: 72 6f 72 20 3d 20 7b 61 73 73 65 72 74 28 30 29  ror = {assert(0)
0850: 3b 7d 3b 0a 0a 09 61 73 73 65 72 74 5f 6e 6f 74  ;};...assert_not
0860: 68 72 6f 77 20 20 20 20 20 20 20 20 20 20 28 20  hrow          ( 
0870: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 6e  assert_nothrow(n
0880: 6f 74 68 69 6e 67 28 29 29 20 29 3b 0a 09 61 73  othing()) );..as
0890: 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72  sert_throw!Asser
08a0: 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f 6e  tError( assert_n
08b0: 6f 74 68 72 6f 77 28 65 72 72 6f 72 28 29 29 20  othrow(error()) 
08c0: 29 3b 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77  );..assert_throw
08d0: 21 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73  !AssertError( as
08e0: 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 61 73 73  sert_nothrow(ass
08f0: 65 72 74 45 72 72 6f 72 28 29 29 20 29 3b 0a 0a  ertError()) );..
0900: 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 20  .assert_nothrow 
0910: 20 20 20 20 20 20 20 20 20 28 20 61 73 73 65 72           ( asser
0920: 74 5f 74 68 72 6f 77 21 45 72 72 6f 72 28 65 72  t_throw!Error(er
0930: 72 6f 72 28 29 29 20 29 3b 0a 09 61 73 73 65 72  ror()) );..asser
0940: 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72  t_throw!AssertEr
0950: 72 6f 72 28 20 61 73 73 65 72 74 5f 74 68 72 6f  ror( assert_thro
0960: 77 21 45 72 72 6f 72 28 6e 6f 74 68 69 6e 67 28  w!Error(nothing(
0970: 29 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f  )) );..assert_no
0980: 74 68 72 6f 77 20 20 20 20 20 20 20 20 20 20 28  throw          (
0990: 20 61 73 73 65 72 74 5f 74 68 72 6f 77 21 45 72   assert_throw!Er
09a0: 72 6f 72 28 61 73 73 65 72 74 45 72 72 6f 72 28  ror(assertError(
09b0: 29 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68  )) );..assert_th
09c0: 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28  row!AssertError(
09d0: 20 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73   assert_throw!As
09e0: 73 65 72 74 45 72 72 6f 72 28 65 72 72 6f 72 28  sertError(error(
09f0: 29 29 20 29 3b 0d 0a 7d 0a 0d 0a 74 65 6d 70 6c  )) );..}...templ
0a00: 61 74 65 20 61 73 73 65 72 74 4f 70 28 73 74 72  ate assertOp(str
0a10: 69 6e 67 20 6f 70 29 0a 7b 0a 09 76 6f 69 64 20  ing op).{..void 
0a20: 61 73 73 65 72 74 4f 70 28 41 2c 20 42 2c 20 73  assertOp(A, B, s
0a30: 74 72 69 6e 67 20 66 6e 3d 5f 5f 46 49 4c 45 5f  tring fn=__FILE_
0a40: 5f 2c 20 73 69 7a 65 5f 74 20 6c 6e 3d 5f 5f 4c  _, size_t ln=__L
0a50: 49 4e 45 5f 5f 29 28 6c 61 7a 79 20 41 20 61 5f  INE__)(lazy A a_
0a60: 2c 20 6c 61 7a 79 20 42 20 62 5f 2c 20 73 74 72  , lazy B b_, str
0a70: 69 6e 67 20 6d 73 67 3d 22 22 29 0a 09 7b 0d 0a  ing msg="")..{..
0a80: 09 09 74 72 79 0a 09 09 09 7b 20 41 20 61 3d 61  ..try....{ A a=a
0a90: 5f 28 29 3b 20 42 20 62 3d 62 5f 28 29 3b 20 69  _(); B b=b_(); i
0aa0: 66 28 20 6d 69 78 69 6e 28 22 61 22 7e 6f 70 7e  f( mixin("a"~op~
0ab0: 22 62 22 29 20 29 20 72 65 74 75 72 6e 3b 0d 0a  "b") ) return;..
0ac0: 09 09 09 20 20 6f 6e 41 73 73 65 72 74 45 72 72  ...  onAssertErr
0ad0: 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d 73  orMsg(fn, ln, ms
0ae0: 67 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 20 3a  g.length ? msg :
0af0: 20 74 65 78 74 28 61 2c 20 22 20 21 22 2c 20 6f   text(a, " !", o
0b00: 70 2c 20 22 20 22 2c 20 62 29 29 3b 20 7d 0a 09  p, " ", b)); }..
0b10: 09 63 61 74 63 68 28 54 68 72 6f 77 61 62 6c 65  .catch(Throwable
0b20: 20 65 29 0a 09 09 09 7b 20 6f 6e 41 73 73 65 72   e)....{ onAsser
0b30: 74 45 72 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e  tErrorMsg(fn, ln
0b40: 2c 20 6d 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d  , msg.length ? m
0b50: 73 67 20 3a 20 22 62 61 64 20 65 78 63 65 70 74  sg : "bad except
0b60: 69 6f 6e 20 5c 6e 20 20 3e 3e 20 22 7e 65 2e 74  ion \n  >> "~e.t
0b70: 6f 53 74 72 69 6e 67 28 29 29 3b 20 7d 0d 0a 09  oString()); }...
0b80: 09 61 73 73 65 72 74 28 66 61 6c 73 65 29 3b 0d  .assert(false);.
0b90: 0a 09 7d 0a 7d 0a 0a 61 6c 69 61 73 20 61 73 73  ..}.}..alias ass
0ba0: 65 72 74 4f 70 21 28 60 3d 3d 60 29 20 61 73 73  ertOp!(`==`) ass
0bb0: 65 72 74 5f 65 71 3b 20 2f 2f 2f 20 61 73 73 65  ert_eq; /// asse
0bc0: 72 74 73 20 74 77 6f 20 6f 70 65 72 61 6e 64 73  rts two operands
0bd0: 20 61 72 65 20 3d 3d 0a 61 6c 69 61 73 20 61 73   are ==.alias as
0be0: 73 65 72 74 4f 70 21 28 60 21 3d 60 29 20 61 73  sertOp!(`!=`) as
0bf0: 73 65 72 74 5f 6e 65 3b 20 2f 2f 2f 20 61 73 73  sert_ne; /// ass
0c00: 65 72 74 73 20 74 77 6f 20 6f 70 65 72 61 6e 64  erts two operand
0c10: 73 20 61 72 65 20 21 3d 0a 61 6c 69 61 73 20 61  s are !=.alias a
0c20: 73 73 65 72 74 4f 70 21 28 60 3c 60 29 20 20 61  ssertOp!(`<`)  a
0c30: 73 73 65 72 74 5f 6c 74 3b 20 2f 2f 2f 20 61 73  ssert_lt; /// as
0c40: 73 65 72 74 73 20 74 77 6f 20 6f 70 65 72 61 6e  serts two operan
0c50: 64 73 20 61 72 65 20 3c 0a 61 6c 69 61 73 20 61  ds are <.alias a
0c60: 73 73 65 72 74 4f 70 21 28 60 3c 3d 60 29 20 61  ssertOp!(`<=`) a
0c70: 73 73 65 72 74 5f 6c 65 3b 20 2f 2f 2f 20 61 73  ssert_le; /// as
0c80: 73 65 72 74 73 20 74 77 6f 20 6f 70 65 72 61 6e  serts two operan
0c90: 64 73 20 61 72 65 20 3c 3d 0a 61 6c 69 61 73 20  ds are <=.alias 
0ca0: 61 73 73 65 72 74 4f 70 21 28 60 3e 60 29 20 20  assertOp!(`>`)  
0cb0: 61 73 73 65 72 74 5f 67 74 3b 20 2f 2f 2f 20 61  assert_gt; /// a
0cc0: 73 73 65 72 74 73 20 74 77 6f 20 6f 70 65 72 61  sserts two opera
0cd0: 6e 64 73 20 61 72 65 20 3e 0a 61 6c 69 61 73 20  nds are >.alias 
0ce0: 61 73 73 65 72 74 4f 70 21 28 60 3e 3d 60 29 20  assertOp!(`>=`) 
0cf0: 61 73 73 65 72 74 5f 67 65 3b 20 2f 2f 2f 20 61  assert_ge; /// a
0d00: 73 73 65 72 74 73 20 74 77 6f 20 6f 70 65 72 61  sserts two opera
0d10: 6e 64 73 20 61 72 65 20 3e 3d 0d 0a 0d 0a 75 6e  nds are >=....un
0d20: 69 74 74 65 73 74 0a 7b 0a 09 61 73 73 65 72 74  ittest.{..assert
0d30: 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74  _nothrow( assert
0d40: 5f 65 71 28 31 2c 20 31 29 20 29 3b 0a 09 61 73  _eq(1, 1) );..as
0d50: 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 61 73  sert_nothrow( as
0d60: 73 65 72 74 5f 6e 65 28 31 2c 20 30 29 20 29 3b  sert_ne(1, 0) );
0d70: 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77  ..assert_nothrow
0d80: 28 20 61 73 73 65 72 74 5f 6c 74 28 30 2c 20 31  ( assert_lt(0, 1
0d90: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74  ) );..assert_not
0da0: 68 72 6f 77 28 20 61 73 73 65 72 74 5f 6c 65 28  hrow( assert_le(
0db0: 30 2c 20 31 29 20 29 3b 0a 09 61 73 73 65 72 74  0, 1) );..assert
0dc0: 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74  _nothrow( assert
0dd0: 5f 6c 65 28 30 2c 20 30 29 20 29 3b 0a 09 61 73  _le(0, 0) );..as
0de0: 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 61 73  sert_nothrow( as
0df0: 73 65 72 74 5f 67 74 28 31 2c 20 30 29 20 29 3b  sert_gt(1, 0) );
0e00: 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77  ..assert_nothrow
0e10: 28 20 61 73 73 65 72 74 5f 67 65 28 31 2c 20 30  ( assert_ge(1, 0
0e20: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74  ) );..assert_not
0e30: 68 72 6f 77 28 20 61 73 73 65 72 74 5f 67 65 28  hrow( assert_ge(
0e40: 30 2c 20 30 29 20 29 3b 0a 0a 09 61 73 73 65 72  0, 0) );...asser
0e50: 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72  t_throw!AssertEr
0e60: 72 6f 72 28 20 61 73 73 65 72 74 5f 65 71 28 31  ror( assert_eq(1
0e70: 2c 20 30 29 20 29 3b 0a 09 61 73 73 65 72 74 5f  , 0) );..assert_
0e80: 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f  throw!AssertErro
0e90: 72 28 20 61 73 73 65 72 74 5f 6e 65 28 31 2c 20  r( assert_ne(1, 
0ea0: 31 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68  1) );..assert_th
0eb0: 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28  row!AssertError(
0ec0: 20 61 73 73 65 72 74 5f 6c 74 28 31 2c 20 31 29   assert_lt(1, 1)
0ed0: 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68 72 6f   );..assert_thro
0ee0: 77 21 41 73 73 65 72 74 45 72 72 6f 72 28 20 61  w!AssertError( a
0ef0: 73 73 65 72 74 5f 6c 74 28 31 2c 20 30 29 20 29  ssert_lt(1, 0) )
0f00: 3b 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21  ;..assert_throw!
0f10: 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73 73  AssertError( ass
0f20: 65 72 74 5f 6c 65 28 31 2c 20 30 29 20 29 3b 0a  ert_le(1, 0) );.
0f30: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73  .assert_throw!As
0f40: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72  sertError( asser
0f50: 74 5f 67 74 28 30 2c 20 30 29 20 29 3b 0a 09 61  t_gt(0, 0) );..a
0f60: 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65  ssert_throw!Asse
0f70: 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f  rtError( assert_
0f80: 67 74 28 30 2c 20 31 29 20 29 3b 0a 09 61 73 73  gt(0, 1) );..ass
0f90: 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74  ert_throw!Assert
0fa0: 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f 67 65  Error( assert_ge
0fb0: 28 30 2c 20 31 29 20 29 3b 0a 0a 09 63 6c 61 73  (0, 1) );...clas
0fc0: 73 20 54 65 6d 70 20 7b 20 62 6f 6f 6c 20 6f 70  s Temp { bool op
0fd0: 45 71 75 61 6c 73 28 69 6e 74 20 78 29 7b 72 65  Equals(int x){re
0fe0: 74 75 72 6e 20 78 2f 78 3d 3d 78 3b 7d 20 7d 0a  turn x/x==x;} }.
0ff0: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73  .assert_throw!As
1000: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72  sertError( asser
1010: 74 5f 65 71 28 6e 65 77 20 54 65 6d 70 2c 20 30  t_eq(new Temp, 0
1020: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74  ) );..assert_not
1030: 68 72 6f 77 20 20 20 20 20 20 20 20 20 20 28 20  hrow          ( 
1040: 61 73 73 65 72 74 5f 65 71 28 6e 65 77 20 54 65  assert_eq(new Te
1050: 6d 70 2c 20 31 29 20 29 3b 0a 09 61 73 73 65 72  mp, 1) );..asser
1060: 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72  t_throw!AssertEr
1070: 72 6f 72 28 20 61 73 73 65 72 74 5f 65 71 28 6e  ror( assert_eq(n
1080: 65 77 20 54 65 6d 70 2c 20 32 29 20 29 3b 0a 7d  ew Temp, 2) );.}
1090: 0a                                               .