-
The new method added to the MockObjectFactory in r3-1-1 allows the specification of multiple interface classes using the Java 1.5 ellipses capability:
injectMock(Object objToInjectTo, String fieldToInjectTo,
Class ... interfaceToMock)
Want to remove the ellipses to just allow the specification of one interface class for two reasons:
1) After thinking about it for a minute, I...
2009-02-13 14:15:18 UTC in mocklib
-
While working on a project that is stuck in 1.4 land I ran into some issues. Some of the interface methods make use of the new Java 5 ellipses feature. For example, addReturnValue(String method, T... objects).
This works well in with Java 5 so you can pass one or more return values if you want to add a series of items. However in Java 1.4 this is treated as an array and forces you to wrap...
2009-02-12 16:55:01 UTC in mocklib
-
bittwidler added the mocklib3-r3-1-1.jar file.
2009-02-11 19:40:26 UTC in mocklib
-
bittwidler created the r3-1-1 file release.
2009-02-11 19:33:04 UTC in mocklib
-
bittwidler created the r3-1-1 file release.
2009-02-11 19:15:07 UTC in mocklib
-
bittwidler committed patchset 78 of module mocklib3 to the mocklib CVS repository, changing 1 files.
2009-02-11 19:09:38 UTC in mocklib
-
bittwidler committed patchset 77 of module mocklib3 to the mocklib CVS repository, changing 1 files.
2009-02-11 19:08:22 UTC in mocklib
-
bittwidler committed patchset 76 of module mocklib3 to the mocklib CVS repository, changing 1 files.
2009-02-11 19:07:50 UTC in mocklib
-
bittwidler committed patchset 75 of module mocklib3 to the mocklib CVS repository, changing 3 files.
2009-02-11 19:06:19 UTC in mocklib
-
Modified JavaDoc to specify the setting is in ms.
2009-02-11 18:40:18 UTC in mocklib