Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Xunit2 parallelisation #16

Merged
merged 11 commits into from
Jul 23, 2014
Merged

Xunit2 parallelisation #16

merged 11 commits into from
Jul 23, 2014

Commits on Jul 18, 2014

  1. Configuration menu
    Copy the full SHA
    6ca65bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e773a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598ded8 View commit details
    Browse the repository at this point in the history
  4. Fixing tests

    citizenmatt committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6089825 View commit details
    Browse the repository at this point in the history
  5. Handling new beta3 messages

    (Except they're not wired up in xunit, so they do nothing. Everything still goes through IErrorMessage)
    citizenmatt committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    993a14d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb964f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Configuration menu
    Copy the full SHA
    79d15df View commit details
    Browse the repository at this point in the history
  2. Updated to build 2716

    citizenmatt committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    462eca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2be5b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Removed nasty shared state!

    Class and collection cleanup failure now uses xunit2 error messages.
    Collection cleanup failure fails all associated classes and methods.
    IErrorMessage is now xunit1 only and includes enough context to report
    errors without requiring shared state (although it assumes it has to
    fail a class). Requires build 2716 + some smaller fixes (xunit/xunit#143
    and xunit/xunit#144)
    citizenmatt committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    8e314a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e2160 View commit details
    Browse the repository at this point in the history