public
Description: JavaScript helper libraries for unit testing
Homepage: http://drnicwilliams.com
Clone URL: git://github.com/drnic/drnic_js_test_helpers.git
drnic (author)
Wed Oct 08 21:21:44 -0700 2008
commit  d2a24bebdebc085a670b4c92289e5bb83bafb264
tree    4be4783a83cfc94b82048e6066363c995244ec3c
parent  93973972cacb3cfa74d3f6747ed885f7f8389c56
drnic_js_test_helpers / History.txt
100644 28 lines (16 sloc) 0.618 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
== 0.8.1 2008-10-09
 
* jQuery's Test.Ajax only invokes the mocked url, not all urls that were mocked
 
== 0.8.0 2008-04-13
 
* jQuery.ajax mocking
* upgraded jsunittest to 0.6.1 for ajax bug for test runner
 
== 0.7.1 2008-02-18
 
* assertions: assertTagDifference
 
== 0.7.0 2008-02-16
 
* ajaxMock: user Ajax.Request.prepareMocks/clearMocks in setup/teardown respectively
* Improved Event.simulate [thx Juriy Zaytsev]
* Moved test/*.html -> test/unit/*.html as per newjs 1.1.0
 
== 0.6.0 2008-02-16
 
* Added assertDifference/assertNoDifference to test cases
 
== 0.5.0 2008-02-14
 
* 1 major enhancement:
  * Initial release