Skip to content

Commit

Permalink
Docs: Fixture-Monkey-with-JPA 약간의 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Sep 16, 2024
1 parent 84a8ce6 commit 3602923
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _wiki/fixture-monkey-with-jpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,11 @@ User {
```

## Fixture Monkey 동작

> 내부 동작이 궁금하지 않다면 넘어가도 좋다.
라이브러리의 소스코드를 확인해서 파악한 구조로는 다음과 같은 동작 과정을 거친다.
### 내부 동작

라이브러리의 소스코드를 파악해 본 결과 다음과 같은 동작 과정을 거친다.

![image](https://github.com/user-attachments/assets/b79fec6c-0c74-4f11-8b40-2212abfad4c0)

Expand Down Expand Up @@ -541,5 +542,7 @@ User {

FixtureMonkey를 활용하면 테스트 데이터 생성의 복잡성을 줄이고 테스트 자체에 더 집중할 수 있다. 이는 코드의 품질을 높이고 개발 생산성을 향상시키는 데 큰 도움이 될 것이다. FixtureMonkey와 함께 더 나은 테스트 문화를 만들어나가길 바란다.

추가로, 사실과 다른 내용이 있다면 댓글로 남겨주길 바란다.

### TO-DO(memo)
- 생성자가 여러 개이고, 특정 필드는 nullable한 경우를 fixtureMonkey로 적용하기

0 comments on commit 3602923

Please sign in to comment.