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

Add FakeClock #98

Merged
merged 20 commits into from Apr 30, 2014
Merged

Add FakeClock #98

merged 20 commits into from Apr 30, 2014

Commits on Feb 12, 2014

  1. Configuration menu
    Copy the full SHA
    ac38db1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Initial implementation

    seaneagan committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    84aef8a View commit details
    Browse the repository at this point in the history
  2. cleanup

    seaneagan committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    9733825 View commit details
    Browse the repository at this point in the history
  3. replace 'if(' with 'if ('

    seaneagan committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    d71f3f0 View commit details
    Browse the repository at this point in the history
  4. Update README

    seaneagan committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    187c73d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Configuration menu
    Copy the full SHA
    14e9a01 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Configuration menu
    Copy the full SHA
    3202341 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Configuration menu
    Copy the full SHA
    356783c View commit details
    Browse the repository at this point in the history
  2. Reflect changes in README

    seaneagan committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    ad38ad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Configuration menu
    Copy the full SHA
    ba35ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279b0c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e753f4b View commit details
    Browse the repository at this point in the history
  4. Replace ..run with .run

    seaneagan committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    d6f0da3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Revert "Replace now with elapsed, rename advance to elapse"

    This reverts commit 279b0c1.
    
    Conflicts:
    	lib/testing/src/async/fake_time.dart
    	test/testing/async/fake_time_test.dart
    seaneagan committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    1f93177 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Configuration menu
    Copy the full SHA
    f5dec7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bcd87f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2014

  1. Configuration menu
    Copy the full SHA
    e8ebe12 View commit details
    Browse the repository at this point in the history
  2. Cleanups, test additions

    seaneagan committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    0e28acb View commit details
    Browse the repository at this point in the history
  3. Change clock to getClock(initialTime)

    initialTime is only relevant to the Clock, which is not always needed,
    so it should not be a constructor parameter.  This allows initialTime to
    be a required argument, and thus not be named, and not having to default
    it to `new DateTime.now()` which introduces indeterminism to tests.
    seaneagan committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    f914e77 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Rename to FakeAsync

    seaneagan committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    ed6554e View commit details
    Browse the repository at this point in the history