r18

Details

  • Filename
    WoWUnit-r18.zip
  • Uploaded by
  • Uploaded
    Oct 31, 2010
  • Size
    6.16 KB
  • Downloads
    117
  • MD5
    cb4cd9e95fadc32edc8267935f88374f

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r18 | feithar | 2010-10-31 14:34:51 +0000 (Sun, 31 Oct 2010) | 2 lines
Changed paths:
   M /trunk/MockObject.lua
   M /trunk/WoWUnit.lua

WoWUnit:
- Changed equality helper functions so if the same object is passed as both parameters, they are considered equal without further checking (to prevent stack overflows when checking to see is a particular large table is passed during a test).
------------------------------------------------------------------------
r17 | feithar | 2010-10-27 11:08:08 +0000 (Wed, 27 Oct 2010) | 2 lines
Changed paths:
   M /trunk/MockObject.lua

WoWUnit:
- Fixed error that would occur if a method was called on a mock object during replay when no methods had been previously recorded.
------------------------------------------------------------------------
r16 | feithar | 2010-10-27 01:12:48 +0000 (Wed, 27 Oct 2010) | 2 lines
Changed paths:
   M /trunk/WoWUnit.lua

WoWUnit:
- Made mock object methods available with a test suite's setUp method.
------------------------------------------------------------------------
r14 | feithar | 2010-10-02 02:26:10 +0000 (Sat, 02 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-23 02:54:58 +0000 (Thu, 23 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.
------------------------------------------------------------------------