Directory groovy/groovy-core/src/main/groovy/mock/

Directory Created:
2003-11-10 09:30
Total Files:
3
Deleted Files:
0
Lines of Code:
123

Browse with ViewVC

[root]/groovy/groovy-core/src/main/groovy/mock

                            directory in repo interceptor (8 files, 353 lines)

Lines of Code

groovy/groovy-core/src/main/groovy/mock/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 147 (100.0%) 18.3
jstrachan 3 (37.5%) 123 (83.7%) 41.0
phk 2 (25.0%) 16 (10.9%) 8.0
dierk 1 (12.5%) 7 (4.8%) 7.0
blackdrag 1 (12.5%) 1 (0.7%) 1.0
tug 1 (12.5%) 0 (0.0%) 0.0

Most Recent Commits

tug 2005-10-03 19:07

Trying to roll back the changes to invokeMethod - hold on to your hats!

0 lines of code changed in:

phk 2005-10-03 17:54

The four access modifiers (say, private, protected, public and package default)

to (static or not) methods should work like as they do in Java.



To do that, a new method



public Object invokeMethodAt(Class at, String name, Object args)



(which is a temporay replacement of the method "invokeMethod"),

has been added to the interface GroovyObject.



For a test suit, StaticMethodAccessBug.groovy and its companions have been added.

14 lines of code changed in:

blackdrag 2005-08-20 20:02

this is a four part commit:

1) remove the ParameterArray workaround, but keep the functionality

2) transfer Closure's invocation rules to MetaClass

3) give all groovy methods the ability to use vargs

4) add a starting implementation of a replacement for ClassWorlds

1 lines of code changed in:

phk 2005-07-16 21:00

Fix bugs about the closures and methods with object array paramaters.

(GROOVY-584, GROOVY-886, GROOVY-888, GROOVY-918, GROOVY-930, and GROOVY-931)

2 lines of code changed in:

dierk 2005-01-14 19:43

Applied patch for GROOVY-76 on behalf of Brad Dillman. Re-enabled all tests.

7 lines of code changed in:

jstrachan 2003-12-15 11:26

* added more documentation, completing some javadoc.



* added a wiki plugin for the build so that the documentation can be written in Wiki notation including example source code and then turned into HTML.



This will also allow us to easily extract the example code used in the documentation and unit test it

8 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/mock: package.html (new 8)
jstrachan 2003-11-10 09:30

Added GroovyMock library for mock testing of groovy objects

115 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT