-
Notifications
You must be signed in to change notification settings - Fork 0
리팩토링: 인터페이스, 일급컬렉션, 테스트코드 #2
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
base: test/validator-and-indicator
Are you sure you want to change the base?
Conversation
|
@chs1234 |
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.
LGTM 👍
build.gradle
Outdated
| implementation 'org.projectlombok:lombok:1.18.22' | ||
| testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' | ||
| testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' | ||
| testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2' |
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.
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.
마침 또 봄이 찾아왔으니 bom을 써야겠구만 😏
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.
@dongKos
봄이다 봄..ㅎ
| class CarsTest { | ||
|
|
||
| @ParameterizedTest | ||
| @MethodSource("invalidParameters") |
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.
오호 이런게 있군요
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.
LGTM

summary