Unit Testing JavaScript (Mocks ??)
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Unit Testing JavaScript (Mocks ??)
I'm looking for a Unit Testing framework for JavaScript. I've played around with JSUnit (the one at jsunit.net... there are others by the same name) which is pretty nice with a nice little test suite but does anybody know one that supports Mock Objects for testing things like AJAX?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Sorry this seems to have been a waste of a thread
I found this: http://jsmock.sourceforge.net/
It can just be used inside the JSUnit testing framework.
It can just be used inside the JSUnit testing framework.