Skip to content

Instantly share code, notes, and snippets.

@matthewrwilton
Created February 12, 2017 05:09
Show Gist options
  • Save matthewrwilton/2d8904ff92ebbb39bd4739b3cc8d0231 to your computer and use it in GitHub Desktop.
Save matthewrwilton/2d8904ff92ebbb39bd4739b3cc8d0231 to your computer and use it in GitHub Desktop.
[CollectionDefinition(nameof(WebAppFixture))]
public class WebAppFixtureTestCollection : ICollectionFixture<WebAppFixture>
{
// This class has no code, and is never created. Its purpose is simply
// to be the place to apply [CollectionDefinition] and all the
// ICollectionFixture<> interfaces.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment