Skip to content

refactor: SoftAssertionsExtension을 활용하여 테스트 코드 리팩토링#25

Merged
1 commit merged intodevfrom
refactor4
Mar 31, 2021
Merged

refactor: SoftAssertionsExtension을 활용하여 테스트 코드 리팩토링#25
1 commit merged intodevfrom
refactor4

Conversation

@janeljs
Copy link
Copy Markdown
Owner

@janeljs janeljs commented Mar 31, 2021

  • assertj v.3.18.0으로 변경
  • HttpRequestTest, HttpRequestUtilsTest에 SoftAssertions 적용

- assertj v.3.18.0으로 변경
- HttpRequestTest, HttpRequestUtilsTest에 SoftAssertions 적용
Comment on lines +12 to 16
@ExtendWith(SoftAssertionsExtension.class)
class HttpRequestUtilsTest {

@InjectSoftAssertions
SoftAssertions softly;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ghost ghost merged commit cec3f61 into dev Mar 31, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant