Directory groovy/groovy-core/src/tck/src/org/codehaus/groovy/tck/

Directory Created:
2005-07-25 08:23
Total Files:
5
Deleted Files:
0
Lines of Code:
783

Browse with ViewVC

[root]/groovy/groovy-core/src/tck/src/org/codehaus/groovy/tck

Lines of Code

groovy/groovy-core/src/tck/src/org/codehaus/groovy/tck/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 801 (100.0%) 72.8
jez 9 (81.8%) 791 (98.8%) 87.8
tug 1 (9.1%) 6 (0.7%) 6.0
phk 1 (9.1%) 4 (0.5%) 4.0

Most Recent Commits

jez 2007-01-02 16:41

* deprecated the range operator '...' , all groovy code should now use '..<' instead



* added initial java2groovy tool, use at your own risk



Enjoy



Jez.

1 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

6 lines of code changed in:

phk 2005-09-18 20:23

Fix Groovy-1037: Primitive types don't have default values.

4 lines of code changed in:

jez 2005-07-27 10:04

* Changed GroovyShell.run(...) methods to return an Object

* Wrapped scripts that are junit tests in TestSuites, so that junit returns TestResults



* Modified TCK tools to look for success of tests within tests

31 lines of code changed in:

jez 2005-07-25 08:23

* Added a suite of tests and tools that make up the Groovy Technology Compatibility Kit (TCK)



- the Groovy TCK will be called during a normal groovy-core (testing) build



- modified maven.xml to call TCK sub-build that generates tests based on files in src/tck/test



- added UberTestCaseTCK.java that allows us to develop TCK tests, even if groovy-core doesn't yet pass TCK



- begun TCK itself by adding in first two sections of chapter 3 of the GLS (thanks to Alan Green for these)

(see $3.1 and $3.2 of http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html )

759 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT