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

feat(bloc_test): testBlocFakeAsync - fire all asynchronous events without actually needing to wait for real time to elapse #3796

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2023

  1. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. introduced fakeAsyncBlocTest
    2. fakeAsyncBlocTest tests -> 100% coverage
    3. added fake_async dependency
    PankovSerge committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a90d51d View commit details
    Browse the repository at this point in the history
  2. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Removed sandbox file
    PankovSerge committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d0fc9a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Fixed linter warnings -> Avoid lines longer than 80 characters.
    PankovSerge committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f5af29f View commit details
    Browse the repository at this point in the history
  2. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Modified doc comments & fixed typo's
    PankovSerge committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e71865a View commit details
    Browse the repository at this point in the history
  3. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Replaced ' with ` in doc comments
    PankovSerge committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8b7fbc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Extracted duplicated code
    PankovSerge committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5a4a9f6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Fixed formatting in bloc_test
    PankovSerge committed May 27, 2023
    Configuration menu
    Copy the full SHA
    4ee0f86 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feat/bloc_test-fake…

    …_async_support
    
    # Conflicts:
    #	packages/bloc_test/lib/src/bloc_test.dart
    PankovSerge committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f19316f View commit details
    Browse the repository at this point in the history
  3. feat(bloc_test): FakeAsync support - fire all asynchronous events wit…

    …hout actually needing to wait for real time to elapse
    
    1. Sync with master & conflicts resolve
    PankovSerge committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c73593f View commit details
    Browse the repository at this point in the history