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

[WIP] Reporting #233

Closed
wants to merge 12 commits into from
Closed

[WIP] Reporting #233

wants to merge 12 commits into from

Commits on Jan 4, 2015

  1. Copy the full SHA
    6fbd4e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Use method swizzling instead of categories.

    * To support reporter configuration.
    paulyoung committed Jan 8, 2015
    Copy the full SHA
    69705c2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    002955f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2015

  1. Copy the full SHA
    2f8365d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f1200c View commit details
    Browse the repository at this point in the history
  3. Update reporter name.

    paulyoung committed Jan 11, 2015
    Copy the full SHA
    d5cd14f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2015

  1. Copy the full SHA
    fe2bf21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4148d2 View commit details
    Browse the repository at this point in the history
  3. Remove template comments.

    paulyoung committed Jan 12, 2015
    Copy the full SHA
    3ec0a21 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Merge branch 'master' into reporting

    Conflicts:
    	Quick.xcodeproj/project.pbxproj
    paulyoung committed Apr 7, 2015
    Copy the full SHA
    f73a2e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Add test reporter and configuration option.

    * Add TestObservationCenter.
    * Add Test Observer protocol.
    * Add DotTestReporter.
    * Add reporter to World and Configuration.
    * Move reporter check to swizzled methods due to timing of
    XCTestObservationCenter’s +load vs QuickConfiguration.
    paulyoung committed Apr 9, 2015
    Copy the full SHA
    a694016 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e1dbbc9 View commit details
    Browse the repository at this point in the history