강의

멘토링

커뮤니티

Inflearn Community Q&A

shinmiseong0154's profile image
shinmiseong0154

asked

Flutter Beginner - Http Communication, State Management

테스트코드실행방법좀 부탁드려요!

Written on

·

419

0

테스트코드실행방법좀알려주세요.

프로젝트 처음 만들면 테스트 코드 widget_test.dart 가 써있는데요.. 실행해보고 싶은데 어떻게 실행하면되나요..

https://flutter-ko.dev/docs/cookbook/testing/widget/introduction#6-verify-the-widget-using-a-matcher

찾아보기는 했는데.. ;;; 실행방법을 모르겠네요. 

androidiosFlutter웹앱

Answer 3

0

Miseong Shin님의 프로필 이미지
Miseong Shin
Questioner

감사합니다.! 

0

survivalcoding님의 프로필 이미지
survivalcoding
Instructor

참고로 지금은 영상대로 http 테스트시 항상 실패로 나오더라고요. 다음 링크를 참고하여 테스트를 수행해야 합니다.

https://flutter.dev/docs/cookbook/testing/unit/mocking

0

survivalcoding님의 프로필 이미지
survivalcoding
Instructor

안드로이드 스튜디오라면 왼쪽 라인 번호 옆에 실행 아이콘이 표시되니 그것을 누르면 테스트가 실행됩니다.

shinmiseong0154's profile image
shinmiseong0154

asked

Ask a question