index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
configuration
/
src
Age
Commit message (
Collapse
)
Author
2021-12-20
Make test for configuration more platform and settings independent
Roel Spilker
2021-12-13
configuration app returns non-zero value (2) if the configuration contains ↵
Roel Spilker
an error. Fixes #3031
2020-12-22
Fix configuration test, the configuration app generates platform-specific ↵
Roel Spilker
line-endings
2020-08-18
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745
Rostislav Krasny
The change of the TestConfiguration.java is based on the fact that Git for Windows is configured with 'core.autocrlf=true' by default.
2020-01-20
Config import: add support for environment variables
Roel Spilker
2020-01-20
Config import: add traces for archives to the tests
Roel Spilker
2020-01-20
ConfigurationApp: hide not-mentioned by default, add parameter to show them ↵
Roel Spilker
anyway.
2014-02-06
[configuration] Have the ConfigurationApp print platform-specific newLine ↵
Roel Spilker
characters, and print clear for empty lists.
2014-01-31
[configuration] Added first automated test for the configuration framework. ↵
Roel Spilker
For now, it fails.