Testing Flutter apps
Testing In Flutter: Unit Test 🧪
Testing In Flutter: Widget Test
Testing In Flutter: Integration Test
Assertions in Dart and Flutter tests: an (almost) ultimate cheat sheet - Invertase
테스트 함수 총집본
테스트 함수 정리
테스트함수
Unit Test
유닛테스트
Widget Test
위젯테스트
Integration Test
통합테스트
Matcher
matcher library - Dart API
- 단순히 두 객체를 비교하는 것 이상이 요구되는 복잡한 검증 테스트가 필요한 경우도 있다.
- 이러한 요구를 달성하기 위해 다트는 Matcher 라이브러리를 제공한다. 이 라이브러리는 test 프레임워크에 통합되어 있다.