Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unitary test for FileUtils and StringUtils classes #220

Open
lufe089 opened this issue Aug 31, 2017 · 1 comment
Open

Add unitary test for FileUtils and StringUtils classes #220

lufe089 opened this issue Aug 31, 2017 · 1 comment

Comments

@lufe089
Copy link
Contributor

lufe089 commented Aug 31, 2017

Complete unitary test into com.variamos.common.core.utilities inside the test source code package
Elaborate the javadoc documentation

@nherbaut
Copy link

@lufe089 these classes should be removed in favor of standard java 8 classes such as

FileUtils.readDirectoryFromDirectory -> Files.find
FileUtils.readFileFromDirectory -> Files.find
FileUtils.writeFile -> Files.write
FileUtils.writeFile -> Files.write

StringUtils.multiLine -> something in Strings, but We need to look at the code to understand what this method is doing
StringUtils.formatEnumValue -> same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants