| fixing minor typos/thinkos |
|
More...
|
about 1 year ago
|
| Disable instantiation stack traces in most cases, as they're rarely used. This doubles performance - Moxie now benchmarks faster than all modern rivals. |
|
More...
|
about 1 year ago
|
| And the clouds parted, and the angels sang... and lo, constructor mocks didst work. |
|
More...
|
about 1 year ago
|
| static method mocking actually works now; making a start on constructor mocks and deep mocks |
|
More...
|
about 1 year ago
|
| PowerMock work: API changes to support static/constructor mocking; major surgery to split Check, Expectation and Interception into versions for instance mocking and class (i.e. static/constructor) mocking; misc tidying up |
|
More...
|
almost 2 years ago
|
| rough cut of PowerMock support - need to add statics support and split PowerMock dependencies into a separate Maven project |
|
More...
|
almost 2 years ago
|
| PowerMock prep; minor tweaks |
|
More...
|
almost 2 years ago
|
| MoxieMatchers test coverage back to 100%; issue 8 resolved as nicely as possible for collection matchers; andDelegatesTo() should be much less flaky; javadoc/generics tweaks |
|
More...
|
almost 2 years ago
|
| Issue 8 - adding health warnings to javadoc for new methods with gratuitous Class parameter |
|
More...
|
almost 2 years ago
|
| Issue 8 - providing synonyms taking a Class parameter for non-collection matchers. |
|
More...
|
almost 2 years ago
|
| reflective methods added to enable expectations/verifications against inaccessible (i.e. protected or package-private) methods |
|
More...
|
almost 2 years ago
|
| partial mocking implemented - use MoxieOptions.PARTIAL or Expectation.willCallOriginal() |
|
More...
|
almost 2 years ago
|
| Moxie can now use Objenesis to construct concrete classes without calling their constructors; Moxie should no longer fall over in the absence of cglib; prep for partial mocking; Moxie jar should now be an OSGi bundle; test for bug 6 |
|
More...
|
almost 2 years ago
|
| MoxieMatchers test coverage much improved; adding omitted byte matchers to MoxieMatchers |
|
More...
|
almost 2 years ago
|
| new collection() matcher; adding javadoc for methods without it; adding more @SuppressWarnings("unchecked") annotations to shut up the compiler; updating copyright dates |
|
More...
|
almost 2 years ago
|
| Issue 4 again. Tests didn't pass. D'oh. |
|
More...
|
almost 2 years ago
|
| fix for issue 4 (Moxie.isA() blows up when used on primitive classes); other minor tweaks |
|
More...
|
almost 2 years ago
|
| adding captureTo() special matcher; adding @SuppressWarnings annotations to mollify the compiler |
|
More...
|
about 2 years ago
|
| Rob: constructor-with-args mock instantiation now works as advertised |
|
More...
|
over 2 years ago
|
| Rob: new features/API additions; final improvements to un-jmock1 script |
|
More...
|
over 2 years ago
|