Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-17 | add the capability to the testing framework to verify that delombok actually ↵ | Roel Spilker | |
also handles the changed flag correctly | |||
2013-09-09 | Updated unit tests to reflect new double-underscore default for onX. ↵ | Roel Spilker | |
(Because single underscore generates warnings in javac8). | |||
2013-08-19 | Only look at the line number for errors and warnings. | Roel Spilker | |
2012-10-25 | The testrunner now uses a different mechanism to verify correctness of ↵ | Reinier Zwitserloot | |
produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output. Updated all message files in the 'expected output' directories to represent this change. | |||
2012-02-15 | Couple more tests for val | Reinier Zwitserloot | |