Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 5.5
sidebar_label: 개체 해결을 위한 로깅
sidebar_label: 개체 해결에 대한 로깅
---

import { JavaKotlinCodeBlock, JavadocLink } from '@site/src/components/Custom';
import { version } from '../data.json';

# 개체 해결을 위한 로깅
# 개체 해결에 대한 로깅

AutoParams는 테스트 실행 중 개체가 어떻게 해결되는지 이해하는 데 도움이 되는 자세한 로그를 제공합니다. 해결 로그는 테스트 실행 중 표준 출력으로 제공되며 각 값이 어떻게 생성되는지 쉽게 추적할 수 있습니다.

Expand Down