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

실습 - 리뷰 사이클 연습 #520

Merged
merged 2 commits into from
Jan 24, 2023
Merged

Conversation

Yunsik-Choi
Copy link

안녕하세요 이슬님 미션 시작합니다!

잘 부탁드립니다 😁

ExtractableResponse<Response> response = null;
String url = "https://google.com";

ExtractableResponse<Response> response = when()
Copy link
Author

Choose a reason for hiding this comment

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

인텔리제이 자동 정렬 중 RestAssured 테스트만 커스텀하여 아래와 같이 정렬을 시킬 수 있을까요?

given().
        param("x", "y").
when().
        get("/lotto").
then().
        statusCode(400).
        body("lotto.lottoId", equalTo(6));

인텔리제이 자동 정렬 기능을 사용하면 제가 작성한 코드처럼 정렬되네요 😂

Choose a reason for hiding this comment

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

말씀하시는 자동정렬은 지원하지 않는 것으로 보이지만
특정영역의 포맷팅을 비활성화 할 수 있는 기능은 있네요
https://java.ihoney.pe.kr/481

예시 코드 때문이라면 굳이 똑같이 작성하지 않으셔도 될 것 같아요 😄

Copy link

@parkeeseul parkeeseul left a comment

Choose a reason for hiding this comment

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

안녕하세요 인수 테스트와 E2E 테스트 미션을 함께 하게 된 박이슬 입니다!
리뷰 사이클 연습 미션 잘 진행해 주셨네요! 👍
바로 머지 하겠습니다 😄

함께 이번 미션 잘 풀어나가 보아요!
화이팅 입니다 🔥

ExtractableResponse<Response> response = null;
String url = "https://google.com";

ExtractableResponse<Response> response = when()

Choose a reason for hiding this comment

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

말씀하시는 자동정렬은 지원하지 않는 것으로 보이지만
특정영역의 포맷팅을 비활성화 할 수 있는 기능은 있네요
https://java.ihoney.pe.kr/481

예시 코드 때문이라면 굳이 똑같이 작성하지 않으셔도 될 것 같아요 😄

@parkeeseul parkeeseul merged commit ca64e9e into next-step:yunsik-choi Jan 24, 2023
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.

2 participants