aboutsummaryrefslogtreecommitdiff
path: root/test/delombok/src/lombok
AgeCommit message (Collapse)Author
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot
2010-01-07Failing tests now do a full print of the actual and expected delombok output.Reinier Zwitserloot
2009-12-01Moved test resource files to a better matching locationRoel Spilker
2009-11-30Finally got the printing of comments right. Also added a test to see if the ↵unknown
delomboking a file is an idempotent operation
2009-11-29'ant test' will now run the lombok unit tests.Reinier Zwitserloot
2009-11-28Use new DirectoryRunner to run tests on all files in a directoryRoel Spilker
2009-11-28Added support for running unit tests using the method name to determine the ↵Roel Spilker
file to test
2009-11-27Added a class that is easier to use than the parser itself for delombok, as ↵Reinier Zwitserloot
well as code to process entire directories at a time. Also removed duplication from the testcases.
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ↵Roel Spilker
now work fine with GWT native methods! NON-NLS-1 is still theoretically problematic, but that'll be a fix for another day. Also added ability to recognize that nothing has changed, which will copy the original file instead of reparsing it.
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot
2009-11-26Minor refactoring + added testcase for for-loopunknown
2009-11-26Major restructuring+adding testsRoel Spilker