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

Using new adapter related settings from runsettings of testplatform #391

Merged
merged 11 commits into from
Oct 7, 2017

Commits on Sep 27, 2017

  1. Reading DisableAppDomain Setting from the testplatform runsettings

    - TestPlatform can send DisableAppDomain setting to adapters.
    - When DisableAppDomain is true Will set "DomainUsage" to "None"
    navin22 committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    7b8db4b View commit details
    Browse the repository at this point in the history
  2. Reading other settings that meant for adapters

    - DisableParallelization
    - DesignMode : Can be used to figure out if IsRunningUnderIDE.
    navin22 committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    175b526 View commit details
    Browse the repository at this point in the history
  3. modified test.

    navin22 committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e4de86b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    7cf50a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e9723 View commit details
    Browse the repository at this point in the history
  3. Updating missing files.

    navin22 committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    bcdce8e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

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

Commits on Oct 7, 2017

  1. Addressing PR comments.

    navin22 committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    aa8aa3a View commit details
    Browse the repository at this point in the history
  2. Fixing verbosity check.

    navin22 committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    0048323 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into usedisadsettings

    # Conflicts:
    #	src/NUnitTestAdapter/AdapterSettings.cs
    navin22 committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    28769a1 View commit details
    Browse the repository at this point in the history
  4. used the nameof

    navin22 committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    e070124 View commit details
    Browse the repository at this point in the history