We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재는 AutoParams 라이브러리를 사용하여 임의의 객체를 주입받아 테스트를 진행하고 있습니다. 테스트 코드의 불필요한 객체 생성과 길이를 줄여주지만, 임의의 객체에는 더미값이 들어가 있어서 정교한 테스트에는 무리가 있습니다.
따라서 AutoParams의 기능 중 하나인 Customizer를 사용하여 필요할 때 지정한 필드로 객체가 생성되고, AutoParams가 주입하여 정교한 테스트가 가능할 수 있도록 하겠습니다.
기타사항
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
현재는 AutoParams 라이브러리를 사용하여 임의의 객체를 주입받아 테스트를 진행하고 있습니다.
테스트 코드의 불필요한 객체 생성과 길이를 줄여주지만, 임의의 객체에는 더미값이 들어가 있어서 정교한 테스트에는 무리가 있습니다.
따라서 AutoParams의 기능 중 하나인 Customizer를 사용하여 필요할 때 지정한 필드로 객체가 생성되고, AutoParams가 주입하여 정교한 테스트가 가능할 수 있도록 하겠습니다.
To-do
ETC
기타사항
The text was updated successfully, but these errors were encountered: