aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-26Added test suite for issue #93 - apparently this problem (naming your class G...Reinier Zwitserloot
2009-12-07Added tests to see if we handle fields that start with a $ correctlyRoel Spilker
2009-12-07Added tests to @Data to check if a field starting with $ will be ignoredRoel Spilker
2009-12-02Added some tests for @ToStringunknown
2009-12-02Changed the order of the generated methods in for @DataRoel Spilker
2009-12-02Improved tests to also test on value= parametersRoel Spilker
2009-12-02Added new tests for SneakyThrowsRoel Spilker
2009-12-02Fixed #73 SneakyThrows without parameter did not default to Throwable.classRoel Spilker
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 d...unknown
2009-11-29More tests for SynchronizedRoel Spilker
2009-11-29Fixed the test code for SynchronizedRoel Spilker
2009-11-29Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2009-11-29Updated tests for Getter, Setter and Cleanup. Added SynchronizedRoel Spilker
2009-11-29'ant test' will now run the lombok unit tests.Reinier Zwitserloot
2009-11-29Improved comment placement (newlines, whitespace)Roel Spilker
2009-11-29Can now mark test files as IgnoredRoel Spilker
2009-11-29Added tests for Setter, Cleanup and NonNullRoel Spilker
2009-11-29Annotations on parameters should be inlineRoel Spilker
2009-11-28Added more Getter-testsRoel Spilker
2009-11-28New testsRoel Spilker
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 f...Roel Spilker
2009-11-27Removed empty () for annotation without parametersunknown
2009-11-27Improved error reportingunknown
2009-11-27The delombok task now works!Reinier Zwitserloot
2009-11-27Added a class that is easier to use than the parser itself for delombok, as w...Reinier Zwitserloot
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ...Roel Spilker
2009-11-27Added another testRoel Spilker
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