[root]/groovy/groovy-core/src/main/groovy/mock/interceptor
changed GroovySystem static public fields to private and added static getters instead
1 lines of code changed in:
Add groovy.lang.GroovySsytem to hold system data
4 lines of code changed in:
First step in making MetaClass an interface
1 lines of code changed in:
* removes @Property
* adds more annotation checks
* adds the "call from inside" feature
* cleans up the MetaClass interface a little
0 lines of code changed in:
Remove all @Property usage
11 lines of code changed in:
GROOVY-1247: GroovyTestCase.shouldFail{} should return the message of the enclosed Exception; and a bit of cleanup
37 lines of code changed in:
added documentation
55 lines of code changed in:
GROOVY-1246: First shot of an all-groovy Mock support. Supports strict mocks and loose stubs.
274 lines of code changed in: