Skip to content

Merge dev into master #78

Merge dev into master

Merge dev into master #78

GitHub Actions / Unit Tests succeeded Jul 17, 2024 in 0s

26 passed, 0 failed and 2 skipped

Tests passed successfully

βœ…Β reports/test-results.json

28 tests were completed in 25s with 26 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
test/app/config/geo_full_test.dart 1βœ… 1βšͺ 838ms
test/app/landing_page_test.dart 3βœ… 773ms
test/models/child_model_test.dart 1βœ… 31ms
test/models/notification_model_test.dart 1βœ… 59ms
test/services/app_usage_local_service_test.dart 1βœ… 1βšͺ 78ms
test/services/app_usage_service_test.dart 1βœ… 25ms
test/services/database_service_test.dart 1βœ… 23ms
test/services/firestore_service_test.dart 2βœ… 31ms
test/services/notification_service_test.dart 1βœ… 27ms
test/services/shared_preference_service_test.dart 1βœ… 31ms
test/sign-in/email_sign_in_bloc_test.dart 1βœ… 67ms
test/sign-in/sign_in_manager_test.dart 2βœ… 44ms
test/sign-in/sign_in_page_test.dart 1βœ… 1s
test/validators_test.dart 3βœ… 32ms
test/widgets/auto_size_text_test.dart 1βœ… 478ms
test/widgets/bar_chart_test.dart 1βœ… 24ms
test/widgets/custom_raised_button_test.dart 1βœ… 559ms
test/widgets/empty_content_test.dart 1βœ… 529ms
test/widgets/feature_widget_test.dart 1βœ… 24ms
test/widgets/loading_map_test.dart 1βœ… 19ms

βœ…Β test/app/config/geo_full_test.dart

βœ… GeoFull Test
βšͺ GeoFull Test

βœ…Β test/app/landing_page_test.dart

βœ… stream waiting
βœ… null User
βœ… non-null User

βœ…Β test/models/child_model_test.dart

βœ… ChildModel Constructor

βœ…Β test/models/notification_model_test.dart

βœ… NotificationModel

βœ…Β test/services/app_usage_local_service_test.dart

AppUsage Tests
  βšͺ getAppUsage returns a list of AppUsageInfo for Android
  βœ… getAppUsage throws an exception for non-Android platforms

βœ…Β test/services/app_usage_service_test.dart

βœ… App Usage Local

βœ…Β test/services/database_service_test.dart

βœ… DatabaseServiceTest

βœ…Β test/services/firestore_service_test.dart

βœ… setChild
βœ… liveUpdateChild

βœ…Β test/services/notification_service_test.dart

βœ… Notification Service

βœ…Β test/services/shared_preference_service_test.dart

βœ… SharedPreference

βœ…Β test/sign-in/email_sign_in_bloc_test.dart

βœ… When email is updated AND password is updated AND submit is called THEN model stream emits the correct event

βœ…Β test/sign-in/sign_in_manager_test.dart

βœ… sign-in success
βœ… sign-in failure

βœ…Β test/sign-in/sign_in_page_test.dart

βœ… email&password navigation

βœ…Β test/validators_test.dart

βœ… non empty string
βœ… empty string
βœ… null string

βœ…Β test/widgets/auto_size_text_test.dart

βœ… AutoSizeText

βœ…Β test/widgets/bar_chart_test.dart

βœ… Bar Chart Test

βœ…Β test/widgets/custom_raised_button_test.dart

βœ… onPressed callback

βœ…Β test/widgets/empty_content_test.dart

βœ… Empty Content

βœ…Β test/widgets/feature_widget_test.dart

βœ… FeatureWidgetTest

βœ…Β test/widgets/loading_map_test.dart

βœ… LoadingMap