66
by jslindst on
03 March 2006, 15:49:24 +0200
(4 years 4 months ago)
adds , commas to mocked parameter list and adds the CodeBlock interface which was forgotten from last commit
63
by jslindst on
26 November 2005, 14:57:41 +0200
(4 years 8 months ago)
removes last warnings from the code either by suppressing the warnings (in case of casts from 1.4 Java level stuff) or just fixing the problem.
62
by jslindst on
26 November 2005, 14:54:51 +0200
(4 years 8 months ago)
makes a example test case of observing nullmock and adds suppresswarnings around otherwise non doable casts
57
by jslindst on
23 November 2005, 15:49:07 +0200
(4 years 8 months ago)
adds a test for AbstractClassFactory and now BaseClassFactory processes all methods declared and not declared in the class in hand and it's superclasses
56
by jslindst on
23 November 2005, 15:12:52 +0200
(4 years 8 months ago)
deleted MockClassFactory in favor of creating AbstractClassFactory with supplied MethodFactory
53
by jslindst on
21 November 2005, 12:05:20 +0200
(4 years 8 months ago)
internal refactorings, changed the proxy creation to tell more clearly when a final class is being mocked or observed.
52
by jslindst on
19 November 2005, 13:44:43 +0200
(4 years 8 months ago)
MOCKED-1 MOCKED-2 fixed, created test cases and added special cases (filter that skips static methods etc.
46
by jslindst on
24 October 2005, 16:08:19 +0300
(4 years 9 months ago)
changed the maven to use java 5.0 source and changes some methods to use generics, varargs etc.
45
by penberg on
10 October 2005, 13:57:59 +0300
(4 years 9 months ago)
POM is ISO-8859-15 so make it explicit to fix broken build on UTF-8 enabled machines.
44
by jslindst on
08 September 2005, 14:20:53 +0300
(4 years 10 months ago)
made a testcase for creating an abstract mock from abstract class without an implementing constructor.
39
by jslindst on
13 July 2005, 22:49:46 +0300
(5 years ago)
observations work from other packages too. had to change a lot of visibilities, reminder to check how to hide these implementation details from outside.