Skip to content

Instantly share code, notes, and snippets.

@oguzhancagliyan
Last active September 29, 2020 23:57
Show Gist options
  • Save oguzhancagliyan/b3f2b27aaefeddf96d693392a84c46b4 to your computer and use it in GitHub Desktop.
Save oguzhancagliyan/b3f2b27aaefeddf96d693392a84c46b4 to your computer and use it in GitHub Desktop.
Collection for fixture
[CollectionDefinition(nameof(ApiTestCollection))]
public class ApiTestCollection : ICollectionFixture<LocalStackFixture>, ICollectionFixture<TestServerFixture>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment