0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some fresh new styles for screw unit as the standard ones were annoying me. these are much more compact and the number of errors follows you down the page. Not tested in IE yet though :s More... almost 15 years ago
doc updates More... almost 15 years ago
mocks are now destructive as this is the behaviour most other libs use More... almost 15 years ago
a better example of mocking anonymous functions More... almost 15 years ago
doc layout fixes More... almost 15 years ago
fix a jQuery alias where I supidly assumed it would live in $ when in many cases it doesn't More... almost 15 years ago
updated readme More... almost 15 years ago
bit of a change so that multiple expectations on an object can be looped through More... almost 15 years ago
eeek, uncovered a deep problem More... almost 15 years ago
there is now a mock_function macro for mocking on anonymous functions More... almost 15 years ago
Fixed problems with expectations never being properly checked and added tests to make sure that expections are thrown when expectations are not met. More... almost 15 years ago
Made expectations accept calls with any arguments when with_arguments is not used. More... almost 15 years ago
Added fix to checkExpectations on Smoke.Mock to make it compatible with javascript libraries that monkey-patch Array. More... almost 15 years ago
Improved Smoke and Screw.Unit integration by having Smoke check expectations and reset mocks automatically after every test is ran. More... about 15 years ago
some very trivial tidying up More... over 15 years ago
removed isFunction() as it was no longer needed at this time More... almost 16 years ago
made stubs a bit less magic and a bit more sane. More... almost 16 years ago
added a core file and improved stubs to auto sense if they are stubbing functions or methods. More... almost 16 years ago
updated the readme More... almost 16 years ago
mock expectations are now run recursively to avoid looping through each one every call. More... almost 16 years ago
expectations are now non-destructive More... almost 16 years ago
can now mock onto real objects but expectations are currently destructive More... almost 16 years ago
made Mock() take the object as an argument instead of a name, defaults to {}. also added in some pending specs More... almost 16 years ago
split specs into separate files to keep them sane More... almost 16 years ago
improved readme syntax More... almost 16 years ago
added a readme file with soem basic pointers More... almost 16 years ago
first full commit More... almost 16 years ago
a basic ignore file More... almost 16 years ago