HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🍗
[New] 조규현팀
/
🐾
DailyLog
/
통합 테스트 [commandLiner]

통합 테스트 [commandLiner]

태그
Test
SpringBootTest
CommandLiner
날짜
Apr 21, 2022 04:09 AM
해결 상태
완료
Thrower
의도 : 통합 테스트를 진행하려고 했다.
 
결과 : @Springboot annotation을 선언하고 테스트 실행시 전체 프로그램이 동작한다.
  • 즉 전체 프로그램이 실행되고 있음.
 
해결하고자 하는 부분
  • Console에 입력을 자동으로 넣는 방법이 필요해 보임