Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Oct 28, 2018

  • avoid "Skipping test case with duplicate ID" messages
    • xUnit gets confused when [Theory]s are overridden
  • avoid "falling back to single test case" messages

@dougbu dougbu requested a review from JamesNK October 28, 2018 05:45
return new LinkBuilder(url);
}

protected virtual void ConfirmNotFoundOrNotAllowed(HttpResponseMessage response)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Assert... instead of Confirm...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the name could be more descriptive: AssertCorsRejectionStatusCode

return new LinkBuilder(url);
}

protected virtual void ConfirmNotFoundOrNotAllowed(HttpResponseMessage response)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the name could be more descriptive: AssertCorsRejectionStatusCode

- avoid "Skipping test case with duplicate ID" messages
  - xUnit gets confused when `[Theory]`s are overridden
- avoid "falling back to single test case" messages
  - fix inspired by aspnet/SignalR#1820
@dougbu dougbu force-pushed the dougbu/run.all.tests branch from 79de3db to 6fef038 Compare October 29, 2018 03:48
@dougbu dougbu merged commit 0b6932d into release/2.2 Oct 29, 2018
@dougbu dougbu deleted the dougbu/run.all.tests branch October 29, 2018 04:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants