2
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ReturnValue class More... over 21 years ago
added support for getColumnClassName from Vincent Massol More... over 21 years ago
Removed unused variable More... over 21 years ago
Changes around MockConnection2 More... over 21 years ago
Added a new implementation of MockConnection called MockConnection2 which starts to make use of ReturnObjectBag More... over 21 years ago
Added new Mock Object container to help handle maps More... over 21 years ago
Added setupGetName More... over 21 years ago
Added servlet context to the session More... over 21 years ago
Removed toString()'s from Constraint reporting because it's built into the language More... over 21 years ago
Tidied up imports More... over 21 years ago
Improved error reporting. More... over 21 years ago
Changed P to C Tweaked list handling More... over 21 years ago
retrofitted ExpectationCounter More... over 21 years ago
Minor tidies. Made ANT_ARGS public More... over 21 years ago
Renamed P to C for consistency More... over 21 years ago
Implmented setContent method More... over 21 years ago
Changed old fail calls to be notImplemented Added support to setContentLength More... over 21 years ago
Renamed Predicate to Constraint Moved Constraint interface and classes to com.mockobjects.constraint Rewrote some Javadoc comments to reflect new terminology More... over 21 years ago
Neatened up some formatting, no change in functionality More... over 21 years ago
Moved NMock stuff out of MockObject project and into NMock project. http://sf.net/projects/nmock/ More... over 21 years ago
Removed unnecessary if/else statements. Unlike C and C++, Java preserves ordering in conditional and/or expressions. More... over 21 years ago
Added stub support for queryString, scheme, and serverName More... over 21 years ago
Added support for returning an autoCommit value Added sequence for expected autoCommit values More... over 21 years ago
Removed unused describeArgument() More... over 21 years ago
Added question about mocking classes More... over 21 years ago
Added more checks to catch wrong method names earlier and give meaningful failure messages Refactoring: renamed expect... methods in Mock class to match Joe's better naming convention Fixed and extended Javadoc comments. More... over 21 years ago
Fixed grammatical error. More... over 21 years ago
Extended introductory paragraph. More... over 21 years ago
Mock raises test failure if try to expect/setup an invalid method More... over 21 years ago
Refactored MockCall class hierarchy: Extracted AbstractMockCall class from MockVoidCall class Made concrete MockCall classes derive from AbstractMockCall More... over 21 years ago