Skip to content

Instantly share code, notes, and snippets.

@litichevskiydv
Created May 28, 2017 10:04
Show Gist options
  • Save litichevskiydv/d8a4f16e253d6d3d9cfbcfe55d6e41ed to your computer and use it in GitHub Desktop.
Save litichevskiydv/d8a4f16e253d6d3d9cfbcfe55d6e41ed to your computer and use it in GitHub Desktop.
Tests collection definition class
[CollectionDefinition(nameof(ApiTestsCollection))]
public class ApiTestsCollection : ICollectionFixture<BaseApiTestsFixture<TestsStartup>>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment