-
Notifications
You must be signed in to change notification settings - Fork 44
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
test: modify Java test code #46
Conversation
hyeok7777
commented
Mar 7, 2023
- Fixed some variable names in file ConfigUtilsTest.java that do not conform to the Java naming convention
- Remove unnecessary public
8e949b2
to
c0fcb2a
Compare
- Fixed some variable names that do not conform to the Java naming convention - Remove unnecessary public
c0fcb2a
to
4e58035
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for contribution.
One thing I noticed is that blarBlar_BlarBlar is out internal convention(undocumented yet) to describe the test condition.
Please make test method name keep this convention plz
@hyeok7777 please check my comment |
@@ -74,7 +74,7 @@ public void setProperties() { | |||
|
|||
@Test | |||
@DisplayName("it expands variables with braces") | |||
public void expandVariables_with_braces() { | |||
void expandVariablesWithBraces() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
void expandVariablesWithBraces() { | |
void expandVariables_with_braces() { |
@junoyoon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
이번 건은 외부 fork 로 부터 PR 이라.. merge commit 이 들어왔습니다. |