Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | ecj tests and eclipse tests are now effectively doing the same thing, except ↵ | Reinier Zwitserloot | |
the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed. | |||
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-08-02 | Added some forgotten copyright headers | Reinier Zwitserloot | |
2011-07-18 | There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵ | Roel Spilker | |
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work. | |||
2011-06-01 | Added a test infrastructure that simulates eclipse with diet-parse, ↵ | peichhorn | |
type-binding and so forth. Similar to eclipse, the test needs to be executed with lombok as vm-agent. @Delegate runs with this setup, sadly val does not, at least for now. And as expected the tests shows that @Synchronized and @SneakyThrows are currently broken for eclipse but not for ecj. | |||
2010-11-10 | All tests pass! - The test framework has been updated a bit to fit with the ↵ | Reinier Zwitserloot | |
new way delombok works. | |||
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot | |
2010-07-21 | refactored the tests to prepare running ecj as well as delombok. | Reinier Zwitserloot | |