r14

Details

  • Filename
    WoWUnit-r14.zip
  • Uploaded by
  • Uploaded
    Oct 1, 2010
  • Size
    5.92 KB
  • Downloads
    69
  • MD5
    579bceaa161610e49831c88ddcf3f5b0

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r14 | feithar | 2010-10-01 21:26:10 -0500 (Fri, 01 Oct 2010) | 2 lines
Changed paths:
   M /trunk/MockObject.lua

WoWUnit:
- Tweaked mock object implementations for better error reporting during unit testing.
------------------------------------------------------------------------
r13 | feithar | 2010-09-22 21:54:58 -0500 (Wed, 22 Sep 2010) | 2 lines
Changed paths:
   A /trunk/MockObject.lua
   M /trunk/WoWUnit.lua
   M /trunk/WoWUnit.toc

WoWUnit:
- Added ability to create mock objects that can record, then replay a sequence of method calls for testing.
------------------------------------------------------------------------
r12 | feithar | 2009-07-06 08:53:47 -0500 (Mon, 06 Jul 2009) | 2 lines
Changed paths:
   M /trunk/WoWUnit.lua

WoWUnit:
- Fixed error where the testing framework was not being properly passed into the test cases.
------------------------------------------------------------------------