r16

Details

  • Filename
    WoWUnit-r16.zip
  • Uploaded by
  • Uploaded
    Oct 26, 2010
  • Size
    5.89 KB
  • Downloads
    72
  • MD5
    fc8f22bdcc5b1ad0dbf66ff968ac3e5b

Supported WoW Retail Versions

  • 4.0.1

Changelog

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