r17

Details

  • Filename
    WoWUnit-r17.zip
  • Uploaded by
  • Uploaded
    Oct 27, 2010
  • Size
    5.99 KB
  • Downloads
    80
  • MD5
    16b2831204da0c16036485c44c9a9f77

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------