Hi Colin,
Really great to hear back from you!
Regarding your question, jqMock can test that functions on one particular object are executed in a particular order
(see section on "Ordered and Unordered Expectations" in user guide).
However, the ordering is maintained within the mock for that object, so there is currently no support for
ordering among multiple mocks.
Totally agree about putting jqUnit back into Qunit, as it is much too hard to maintain 2 versions of what is essentially the same codebase.
At the moment, I'm not sure whether I should continue with jqMock,
considering that you are the only person who has noticed it =)
I've spent way too much time on it already, and JS is moving so quickly these days,
such much other stuff to try out!
Thanks again for the feedback! Keep me posted on how it goes with QUnit.
I'm quite familiar with the QUnit codebase so I'd be happy to help out with anything.
cheers,
Ken
-----Original Message-----
From:
jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.com] On Behalf Of Colin Clark
Sent: Thursday, 4 September 2008 6:30 AM
To:
jquery-en@googlegroups.comSubject: [jQuery] Re: jqMock - mock library for jqUnit / QUnit
Hey Kenneth,