lib.haxe.org

utest

Unit Testing System for haXe
Version
1.0.3
License
LGPL

History

  • 2011-07-12 23:35:28
    1.0.3
    fix to Assert.same for Flash 9
  • 2011-07-11 19:39:29
    1.0.2
    minor fix to Assert.same error message
  • 2011-05-28 21:38:20
    1.0.1
    changes to comply with the new limitation imposed by the haxe compiler (SVN) for empty methods
  • 2011-05-10 17:37:35
    1.0.0
    first official release
  • 2011-04-27 11:55:45
    0.2.5
    fix to Assert.same with float values
  • 2011-04-27 10:19:22
    0.2.4
    fix to Assert.same
  • 2010-09-12 18:30:46
    0.2.3
    minor fixes
  • 2010-07-11 16:31:00
    0.2.2
    Fix in Assert.same
  • 2010-01-05 08:37:53
    0.2.1
    Fix for IE
  • 2010-01-01 19:17:54
    0.2.0
    Many improvments, TraceReport has been removed and must be replaced with Report
  • 2009-11-24 16:34:56
    0.1.2
    improved methods in utest.Assert
  • 2008-10-07 13:41:10
    0.1.1
    Added Assert.same() to compare any kind of value. Added proper testings for the Assert class. Minor issues fixed.
  • 2008-09-13 19:03:04
    0.1.0
    initial release