·132-java-testing-integration-testing
</>

132-java-testing-integration-testing

HTTP 스텁용 WireMock을 사용하여 BaseIntegrationTest.java 생성, 가져오기 신호에서 HTTP 클라이언트 인프라 감지, System.setProperty()를 통해 동적으로 서비스 좌표 주입, bodyFileName으로 WireMock JSON 매핑 파일 생성, 테스트 메서드별로 스텁 격리, HTTP 상호 작용 확인 또는 Mockito 모의 HTTP 클라이언트 또는 전역적으로 등록된 WireMock 스텁과 같은 안티 패턴 제거 등 Java 통합 테스트를 설정, 검토 또는 개선해야 할 때 사용합니다. Skills-for-Java 프로젝트의 일부

12설치·2트렌드·@jabrena

설치

$npx skills add https://github.com/jabrena/cursor-rules-java --skill 132-java-testing-integration-testing

132-java-testing-integration-testing 설치 방법

명령줄에서 132-java-testing-integration-testing AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jabrena/cursor-rules-java --skill 132-java-testing-integration-testing
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: jabrena/cursor-rules-java.

Set up robust integration-test infrastructure for Java services using WireMock to stub outbound HTTP dependencies.

Prerequisites: Run ./mvnw compile or mvn compile before applying any change. If compilation fails, stop immediately and do not proceed — compilation failure is a blocking condition.

Core areas: Infrastructure topology detection (scanning imports for HttpClient, feign., retrofit2., RestTemplate, etc.), abstract BaseIntegrationTest base class, WireMockExtension with @RegisterExtension, dynamic port allocation (dynamicPort()), usingFilesUnderClasspath("wiremock"), @BeforeAll + System.setProperty() for coordinate propagation, concrete test classes extending the base class, WireMock JSON mapping f...

HTTP 스텁용 WireMock을 사용하여 BaseIntegrationTest.java 생성, 가져오기 신호에서 HTTP 클라이언트 인프라 감지, System.setProperty()를 통해 동적으로 서비스 좌표 주입, bodyFileName으로 WireMock JSON 매핑 파일 생성, 테스트 메서드별로 스텁 격리, HTTP 상호 작용 확인 또는 Mockito 모의 HTTP 클라이언트 또는 전역적으로 등록된 WireMock 스텁과 같은 안티 패턴 제거 등 Java 통합 테스트를 설정, 검토 또는 개선해야 할 때 사용합니다. Skills-for-Java 프로젝트의 일부 출처: jabrena/cursor-rules-java.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/jabrena/cursor-rules-java --skill 132-java-testing-integration-testing
카테고리
</>개발 도구
인증됨
최초 등록
2026-03-10
업데이트
2026-03-10

Browse more skills from jabrena/cursor-rules-java

빠른 답변

132-java-testing-integration-testing이란?

HTTP 스텁용 WireMock을 사용하여 BaseIntegrationTest.java 생성, 가져오기 신호에서 HTTP 클라이언트 인프라 감지, System.setProperty()를 통해 동적으로 서비스 좌표 주입, bodyFileName으로 WireMock JSON 매핑 파일 생성, 테스트 메서드별로 스텁 격리, HTTP 상호 작용 확인 또는 Mockito 모의 HTTP 클라이언트 또는 전역적으로 등록된 WireMock 스텁과 같은 안티 패턴 제거 등 Java 통합 테스트를 설정, 검토 또는 개선해야 할 때 사용합니다. Skills-for-Java 프로젝트의 일부 출처: jabrena/cursor-rules-java.

132-java-testing-integration-testing 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jabrena/cursor-rules-java --skill 132-java-testing-integration-testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/jabrena/cursor-rules-java