Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/377 repository #378

Merged
merged 49 commits into from
Sep 19, 2024

fixed

86941fc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refactor/377 repository #378

fixed
86941fc
Select commit
Loading
Failed to load commit list.
GitHub Actions / Report (Medium test (Windows) (framework)) succeeded Sep 19, 2024 in 0s

32 passed, 0 failed and 1 skipped

Tests passed successfully

✅ reports/test_report.log

33 tests were completed in 77s with 32 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
integration_test/framework/framework_test.dart 32✅ 1⚪ 594ms

✅ integration_test/framework/framework_test.dart

Framework test DatabaseRepository
  ⚪ .receive
Framework test Database factory test: open
  ✅ : once.
  ✅ : twice.
Framework test Database accessor test: operations
  ✅ : insert.
  ✅ : count.
  ✅ : update.
  ✅ : delete.
Framework test DatabaseRepository .shipFileByNameIs
  ✅ on no receive.
  ✅ received.
Framework test DatabaseTupleRepository tests
  ✅ #new
Framework test Database factory test: open : as no onTest
  ✅ : database has no "test_".
Framework test DatabaseTupleRepository tests operations #count
  ✅ : all.
  ✅ : condition.
Framework test Database factory test: open : upgrade
  ✅ : do not upgrade if have not been closed.
  ✅ : add table.
  ✅ : add column.
Framework test DatabaseTupleRepository tests operations #receive
  ✅ : received.
Framework test Database accessor test: operations : select
  ✅ : simple.
  ✅ group by.
  ✅ : where.
  ✅ : orderBy.
  ✅ : offset.
  ✅ : limit.
Framework test DatabaseTupleRepository tests operations #ship
  ✅ : all.
  ✅ : condition.
  ✅ : groupBy.
  ✅ : orderBy.
  ✅ : offset.
  ✅ : limit.
Framework test DatabaseTupleRepository tests operations #replace
  ✅ : updated.
Framework test DatabaseTupleRepository tests operations #archive
  ✅ : archived.
Framework test DatabaseTupleRepository tests operations #unarchive
  ✅ : unarchived.
Framework test DatabaseTupleRepository tests operations #waste
  ✅ : wasted.