test: 통합 테스트 오류 및 경고 수정
- 모든 서비스 메서드 시그니처를 실제 구현에 맞게 수정 - TestDataGenerator 제거하고 직접 객체 생성으로 변경 - 모델 필드명 및 타입 불일치 수정 - 불필요한 Either 패턴 사용 제거 - null safety 관련 이슈 해결 수정된 파일: - test/integration/screens/company_integration_test.dart - test/integration/screens/equipment_integration_test.dart - test/integration/screens/user_integration_test.dart - test/integration/screens/login_integration_test.dart
This commit is contained in:
20
test_reports/markdown/overview_test_report.md
Normal file
20
test_reports/markdown/overview_test_report.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Automated Test Suite
|
||||
|
||||
## 📊 테스트 실행 결과
|
||||
|
||||
- **실행 시간**: 2025-08-05 18:06:30.172786 ~ 2025-08-05 18:06:30.191012
|
||||
- **소요 시간**: 0초
|
||||
- **환경**: Flutter (null)
|
||||
|
||||
## 📈 테스트 요약
|
||||
|
||||
| 항목 | 수치 |
|
||||
|------|------|
|
||||
| 전체 테스트 | 0 |
|
||||
| ✅ 성공 | 0 |
|
||||
| ❌ 실패 | 0 |
|
||||
| ⏭️ 건너뜀 | 0 |
|
||||
| 성공률 | 0.0% |
|
||||
|
||||
---
|
||||
*이 리포트는 2025-08-05 18:06:30.191191에 자동 생성되었습니다.*
|
||||
Reference in New Issue
Block a user