We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d96503 commit e521987Copy full SHA for e521987
i18n/ko/docusaurus-plugin-content-docs/current/features/logging-for-object-resolution.mdx
@@ -1,12 +1,12 @@
1
---
2
sidebar_position: 5.5
3
-sidebar_label: 개체 해결을 위한 로깅
+sidebar_label: 개체 해결에 대한 로깅
4
5
6
import { JavaKotlinCodeBlock, JavadocLink } from '@site/src/components/Custom';
7
import { version } from '../data.json';
8
9
-# 개체 해결을 위한 로깅
+# 개체 해결에 대한 로깅
10
11
AutoParams는 테스트 실행 중 개체가 어떻게 해결되는지 이해하는 데 도움이 되는 자세한 로그를 제공합니다. 해결 로그는 테스트 실행 중 표준 출력으로 제공되며 각 값이 어떻게 생성되는지 쉽게 추적할 수 있습니다.
12
0 commit comments